Home
last modified time | relevance | path

Searched refs:ValueBlock (Results 1 – 22 of 22) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/common/
H A DglcShaderLibraryCase.hpp89 struct ValueBlock struct in deqp::sl::ShaderCase
93 ValueBlock(void) in ValueBlock() argument
101 …ExpectResult expectResult, const std::vector<ValueBlock>& valueBlocks, glu::GLSLVersion targetVers…
110 const std::vector<ValueBlock>& getValueBlocks(void) const in getValueBlocks()
130 std::string genVertexShader(const ValueBlock& valueBlock);
131 std::string genFragmentShader(const ValueBlock& valueBlock);
132 std::string specializeVertexShader(const char* src, const ValueBlock& valueBlock);
133 std::string specializeFragmentShader(const char* src, const ValueBlock& valueBlock);
136 std::string& outFragmentSource, const ValueBlock& valueBlock);
138 void dumpValues(const ValueBlock& valueBlock, int arrayNdx);
[all …]
H A DglcShaderLibraryCase.cpp81 … ExpectResult expectResult, const std::vector<ValueBlock>& valueBlocks, GLSLVersion targetVersion, in ShaderCase()
91 m_valueBlocks.push_back(ValueBlock()); in ShaderCase()
94 const ValueBlock& valueBlock = m_valueBlocks[0]; in ShaderCase()
362 const ValueBlock& valueBlock = m_valueBlocks[blockNdx]; in execute()
522 string ShaderCase::genVertexShader(const ValueBlock& valueBlock) in genVertexShader()
687 …nCompareOp(ostringstream& output, const char* dstVec4Var, const ShaderCase::ValueBlock& valueBlock, in genCompareOp()
727 string ShaderCase::genFragmentShader(const ValueBlock& valueBlock) in genFragmentShader()
780 string ShaderCase::specializeVertexShader(const char* src, const ValueBlock& valueBlock) in specializeVertexShader()
840 string ShaderCase::specializeFragmentShader(const char* src, const ValueBlock& valueBlock) in specializeFragmentShader()
901 string& outFragmentSource, const ValueBlock& valueBlock) in specializeShaders()
[all …]
H A DglcShaderLibrary.cpp178 void parseValue(ShaderCase::ValueBlock& valueBlock);
179 void parseValueBlock(ShaderCase::ValueBlock& valueBlock);
804 void ShaderParser::parseValue(ShaderCase::ValueBlock& valueBlock) in parseValue()
878 void ShaderParser::parseValueBlock(ShaderCase::ValueBlock& valueBlock) in parseValueBlock()
921 vector<ShaderCase::ValueBlock> valueBlockList; in parseShaderCase()
960 ShaderCase::ValueBlock block; in parseShaderCase()
/dports/chinese/libime/libime-1.0.9/src/libime/core/kenlm/util/
H A Dsized_iterator.hh55 class ValueBlock { class
57 explicit ValueBlock(const void *from, FreePool &pool) in ValueBlock() function in util::ValueBlock
61 ValueBlock(const ValueBlock &from) in ValueBlock() function in util::ValueBlock
65 ValueBlock &operator=(const ValueBlock &from) { in operator =()
70 ~ValueBlock() { pool_.Free(ptr_); } in ~ValueBlock()
86 operator ValueBlock() const { in operator ValueBlock()
87 return ValueBlock(inner_.Data(), *pool_); in operator ValueBlock()
95 SizedProxy &operator=(const ValueBlock &from) { in operator =()
108 typedef ValueBlock value_type;
137 bool operator()(const Proxy &first, const ValueBlock &second) const { in operator ()()
[all …]
/dports/misc/usd/USD-21.11/pxr/usd/sdf/testenv/
H A DtestSdfAttributeBlocking.py48 layer.SetTimeSample(sampleAttr.path, i, Sdf.ValueBlock())
50 Sdf.ValueBlock())
54 defAttr.default = Sdf.ValueBlock()
55 self.assertEqual(defAttr.default, Sdf.ValueBlock())
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/opengl/
H A DgluShaderLibrary.hpp82 struct ValueBlock struct
178 ValueBlock values;
191 bool isValid (const ValueBlock& block);
223 void genCompareFunctions (std::ostringstream& stream, const ValueBlock& valueBlock, bool useFlo…
228 void dumpValues (tcu::TestLog& log, const ValueBlock& values, int arrayNdx);
H A DgluShaderLibrary.cpp62 bool isValid (const ValueBlock& block) in isValid()
382 void parseValue (ValueBlock& valueBlock);
383 void parseValueBlock (ValueBlock& valueBlock);
988 void ShaderParser::parseValue (ValueBlock& valueBlock) in parseValue()
1069 void ShaderParser::parseValueBlock (ValueBlock& valueBlock) in parseValueBlock()
1355 ValueBlock valueBlock; in parseShaderCase()
1713 void dumpValues (tcu::TestLog& log, const ValueBlock& values, int arrayNdx) in dumpValues()
1766 void genCompareFunctions (ostringstream& stream, const ValueBlock& valueBlock, bool useFloatTypes) in genCompareFunctions()
/dports/misc/usd/USD-21.11/pxr/usd/usd/testenv/
H A DtestUsdAttributeBlocking.py61 sampleAttr.Set(Sdf.ValueBlock(), sample)
70 defAttr.Set(Sdf.ValueBlock())
H A DtestUsdValueClips.py112 return Sdf.ValueBlock()
1823 manifest.QueryTimeSample(path, time), Sdf.ValueBlock())
1971 manifest.QueryTimeSample(path, time), Sdf.ValueBlock())
/dports/chinese/libime/libime-1.0.9/src/libime/core/kenlm/lm/
H A Dtrie_sort.cc38 operator util::ValueBlock() const { in operator util::ValueBlock()
39 return util::ValueBlock(inner_.Data(), *pool_); in operator util::ValueBlock()
47 PartialViewProxy &operator=(const util::ValueBlock &from) { in operator =()
60 typedef util::ValueBlock value_type;
/dports/misc/usd/USD-21.11/pxr/usd/usd/
H A DcrateDataTypes.h103 xx(ValueBlock, 51, SdfValueBlock, false)
/dports/lang/elm/elm-compiler-bootstrap-0.19.1/0.19.1/packages/elm/project-metadata-utils/1.0.0/src/Elm/
H A DDocs.elm265 | ValueBlock Value
325 find ValueBlock name docs.values <|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/glshared/
H A DglsShaderConstExprTests.cpp40 static void addOutputVar (glu::sl::ValueBlock* dst, glu::DataType type, float output) in addOutputVar()
H A DglsShaderLibraryCase.cpp192 static void genCompareOp (ostringstream& output, const char* dstVec4Var, const ValueBlock& valueBlo… in genCompareOp()
422 static void generateUniformDeclarations (std::ostream& dst, const ValueBlock& valueBlock) in generateUniformDeclarations()
1171 const ValueBlock& valueBlock = m_spec.values; in execute()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/
H A DvktShaderLibrary.cpp74 using glu::sl::ValueBlock;
126 void declareReferenceBlock (ostringstream& out, const ValueBlock& valueBlock) in declareReferenceBlock()
132 void declareUniforms (ostringstream& out, const ValueBlock& valueBlock) in declareUniforms()
204 void genCompareOp (ostringstream& output, const char* dstVec4Var, const ValueBlock& valueBlock, con… in genCompareOp()
1564 int getNumSubCases (const ValueBlock& values) in getNumSubCases()
/dports/misc/usd/USD-21.11/pxr/usdImaging/usdviewq/
H A Dcommon.py285 if isArray and not isinstance(val, Sdf.ValueBlock):
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/google.golang.org/api/vision/v1p2beta1/
H A Dvision-gen.go13671 ValueBlock *GoogleCloudVisionV1p5beta1Block `json:"valueBlock,omitempty"` member
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/google.golang.org/api/vision/v1p1beta1/
H A Dvision-gen.go13671 ValueBlock *GoogleCloudVisionV1p5beta1Block `json:"valueBlock,omitempty"` member
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/google.golang.org/api/google-api-go-client-0.7.0/vision/v1p1beta1/
H A Dvision-gen.go13671 ValueBlock *GoogleCloudVisionV1p5beta1Block `json:"valueBlock,omitempty"` member
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/google.golang.org/api/google-api-go-client-0.7.0/vision/v1p2beta1/
H A Dvision-gen.go13671 ValueBlock *GoogleCloudVisionV1p5beta1Block `json:"valueBlock,omitempty"` member
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/google.golang.org/api/vision/v1/
H A Dvision-gen.go13533 ValueBlock *GoogleCloudVisionV1p5beta1Block `json:"valueBlock,omitempty"` member
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/google.golang.org/api/google-api-go-client-0.7.0/vision/v1/
H A Dvision-gen.go13533 ValueBlock *GoogleCloudVisionV1p5beta1Block `json:"valueBlock,omitempty"` member