Searched refs:specID (Results 1 - 5 of 5) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pShaderCompilationCases.cpp | 1876 deUint32 specID = getSpecializationID(0); 1878 progCtx.vertShaderSource = specializeShaderSource(singleVaryingVertexTemplate(), specID, SHADER_VALIDITY_VALID); 1879 progCtx.fragShaderSource = specializeShaderSource(singleVaryingFragmentTemplate(), specID, SHADER_VALIDITY_VALID); 1880 progCtx.vertexAttributes = singleValueShaderAttributes(getNameSpecialization(specID)); 2214 deUint32 specID = getSpecializationID(measurementNdx); 2215 string nameSpec = getNameSpecialization(specID); 2218 result.vertShaderSource = specializeShaderSource(lightVertexTemplate(m_numLights, m_isVertexCase, m_lightType), specID, SHADER_VALIDITY_VALID); 2219 result.fragShaderSource = specializeShaderSource(lightFragmentTemplate(m_numLights, m_isVertexCase, m_lightType), specID, SHADER_VALIDITY_VALID); 2280 deUint32 specID = getSpecializationID(measurementNdx); 2281 string nameSpec = getNameSpecialization(specID); [all...] |
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pShaderCompilationCases.cpp | 1856 deUint32 specID = getSpecializationID(0); 1858 progCtx.vertShaderSource = specializeShaderSource(singleVaryingVertexTemplate(), specID, SHADER_VALIDITY_VALID); 1859 progCtx.fragShaderSource = specializeShaderSource(singleVaryingFragmentTemplate(), specID, SHADER_VALIDITY_VALID); 1860 progCtx.vertexAttributes = singleValueShaderAttributes(getNameSpecialization(specID)); 2194 deUint32 specID = getSpecializationID(measurementNdx); 2195 string nameSpec = getNameSpecialization(specID); 2198 result.vertShaderSource = specializeShaderSource(lightVertexTemplate(m_numLights, m_isVertexCase, m_lightType), specID, SHADER_VALIDITY_VALID); 2199 result.fragShaderSource = specializeShaderSource(lightFragmentTemplate(m_numLights, m_isVertexCase, m_lightType), specID, SHADER_VALIDITY_VALID); 2260 deUint32 specID = getSpecializationID(measurementNdx); 2261 string nameSpec = getNameSpecialization(specID); [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineSpecConstantTests.cpp | 105 deUint32 specID; //!< specialization constant ID member 112 : specID (specID_) in SpecConstant() 121 : specID (specID_) in SpecConstant() 236 m_entries.push_back(makeSpecializationMapEntry(sc.specID, offset, sc.size)); in Specialization() 290 decl.replace(pos, 5, de::toString(it->specID)); in generateSpecConstantCode()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineSpecConstantTests.cpp | 102 deUint32 specID; //!< specialization constant ID member 109 : specID (specID_) in SpecConstant() 118 : specID (specID_) in SpecConstant() 233 m_entries.push_back(makeSpecializationMapEntry(sc.specID, offset, sc.size)); in Specialization() 287 decl.replace(pos, 5, de::toString(it->specID)); in generateSpecConstantCode()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cGlSpirvTests.cpp | 985 const GLuint specID = 10; in iterate() local 987 gl.specializeShader(m_spirvShaderId, "main", 1, &specID, &specValue); in iterate()
|
Completed in 23 milliseconds