Home
last modified time | relevance | path

Searched refs:specValue (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSpecConstantTests.cpp108 GenericValue specValue; //!< specialized value passed by the API member
115 , specValue () in SpecConstant()
124 , specValue (specValue_) in SpecConstant()
235 deMemcpy(&m_data[offset], &sc.specValue, sc.size); in Specialization()
1923 inline GenericValue makeValue (const glu::DataType type, const int specValue) in makeValue() argument
1926 return makeValueFloat64(static_cast<double>(specValue)); in makeValue()
1928 return makeValueFloat32(static_cast<float>(specValue)); in makeValue()
1930 return makeValueInt32(specValue); in makeValue()
1953 std::vector<OffsetValue> computeExpectedValues (const int specValue, const glu::DataType dataType, const int numCombinations) in computeExpectedValues() argument
1963 sum += (i == combNdx ? specValue in computeExpectedValues()
2023 makeSpecConstant(const std::string specConstName, const deUint32 specConstId, const glu::DataType type, const int specValue) makeSpecConstant() argument
2059 const int specValue = (isBoolElement ? 0 : 42); makeMatrixVectorCompositeCaseDefinition() local
2105 const int specValue = (isBoolData ? 0 : 19); makeArrayCompositeCaseDefinition() local
2145 const int specValue = (isBoolData ? 0 : 23); makeStructCompositeCaseDefinition() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineSpecConstantTests.cpp105 GenericValue specValue; //!< specialized value passed by the API member
112 , specValue () in SpecConstant()
121 , specValue (specValue_) in SpecConstant()
232 deMemcpy(&m_data[offset], &sc.specValue, sc.size); in Specialization()
1910 inline GenericValue makeValue (const glu::DataType type, const int specValue) in makeValue() argument
1913 return makeValueFloat64(static_cast<double>(specValue)); in makeValue()
1915 return makeValueFloat32(static_cast<float>(specValue)); in makeValue()
1917 return makeValueInt32(specValue); in makeValue()
1940 std::vector<OffsetValue> computeExpectedValues (const int specValue, const glu::DataType dataType, const int numCombinations) in computeExpectedValues() argument
1950 sum += (i == combNdx ? specValue in computeExpectedValues()
2010 makeSpecConstant(const std::string specConstName, const deUint32 specConstId, const glu::DataType type, const int specValue) makeSpecConstant() argument
2046 const int specValue = (isBoolElement ? 0 : 42); makeMatrixVectorCompositeCaseDefinition() local
2092 const int specValue = (isBoolData ? 0 : 19); makeArrayCompositeCaseDefinition() local
2132 const int specValue = (isBoolData ? 0 : 23); makeStructCompositeCaseDefinition() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGlSpirvTests.cpp986 const GLuint specValue = 10; in iterate() local
987 gl.specializeShader(m_spirvShaderId, "main", 1, &specID, &specValue); in iterate()

Completed in 10 milliseconds