Home
last modified time | relevance | path

Searched refs:getShaderIdx (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp789 size_t getShaderIdx (uint8_t pipelineIdx, size_t stageIdx, size_t stageCount) in getShaderIdx() function
816 : "const uint stageConstant = " + std::to_string(constantValues.at(getShaderIdx(pipelineIdx, stageIdx, stageCount))) + "u;\n"); in generateSources()
874 const auto shaderIdx = getShaderIdx(pipelineIdx, 0, stageCount); in generateSources()
934 const auto shaderIdx = getShaderIdx(pipelineIdx, vertShaderIdx, stageCount); in generateSources()
987 const auto shaderIdx = getShaderIdx(pipelineIdx, fragShaderIdx, stageCount); in generateSources()
1009 const auto shaderIdx = getShaderIdx(pipelineIdx, tescShaderIdx, stageCount); in generateSources()
1045 const auto shaderIdx = getShaderIdx(pipelineIdx, teseShaderIdx, stageCount); in generateSources()
1077 const auto shaderIdx = getShaderIdx(pipelineIdx, geomShaderIdx, stageCount); in generateSources()
1165 const auto shaderIdx = getShaderIdx(pipelineIdx, rgenShaderIdx, stageCount); in generateSources()
1202 const auto shaderIdx = getShaderIdx(pipelineId in generateSources()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp783 size_t getShaderIdx (uint8_t pipelineIdx, size_t stageIdx, size_t stageCount) in getShaderIdx() function
810 : "const uint stageConstant = " + std::to_string(constantValues.at(getShaderIdx(pipelineIdx, stageIdx, stageCount))) + "u;\n"); in generateSources()
868 const auto shaderIdx = getShaderIdx(pipelineIdx, 0, stageCount); in generateSources()
928 const auto shaderIdx = getShaderIdx(pipelineIdx, vertShaderIdx, stageCount); in generateSources()
981 const auto shaderIdx = getShaderIdx(pipelineIdx, fragShaderIdx, stageCount); in generateSources()
1003 const auto shaderIdx = getShaderIdx(pipelineIdx, tescShaderIdx, stageCount); in generateSources()
1039 const auto shaderIdx = getShaderIdx(pipelineIdx, teseShaderIdx, stageCount); in generateSources()
1071 const auto shaderIdx = getShaderIdx(pipelineIdx, geomShaderIdx, stageCount); in generateSources()
1159 const auto shaderIdx = getShaderIdx(pipelineIdx, rgenShaderIdx, stageCount); in generateSources()
1196 const auto shaderIdx = getShaderIdx(pipelineId in generateSources()
[all...]

Completed in 9 milliseconds