Searched refs:specValue (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineSpecConstantTests.cpp | 103 GenericValue specValue; //!< specialized value passed by the API member 110 , specValue () in SpecConstant() 119 , specValue (specValue_) in SpecConstant() 230 deMemcpy(&m_data[offset], &sc.specValue, sc.size); in Specialization() 1873 inline GenericValue makeValue (const glu::DataType type, const int specValue) in makeValue() argument 1876 return makeValueFloat64(static_cast<double>(specValue)); in makeValue() 1878 return makeValueFloat32(static_cast<float>(specValue)); in makeValue() 1880 return makeValueInt32(specValue); in makeValue() 1903 std::vector<OffsetValue> computeExpectedValues (const int specValue, const glu::DataType dataType, … in computeExpectedValues() argument 1913 sum += (i == combNdx ? specValue : dataType == glu::TYPE_BOOL ? 1 : (i + 1)); in computeExpectedValues() [all …]
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cGlSpirvTests.cpp | 986 const GLuint specValue = 10; in iterate() local 987 gl.specializeShader(m_spirvShaderId, "main", 1, &specID, &specValue); in iterate()
|