Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
H A DShaderModuleMTL.h49 id constantValues = nil,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp799 const auto constantValues = generateShaderConstants(params.pipelineType, params.pipelineCount, stageCount); in generateSources() local
816 : "const uint stageConstant = " + std::to_string(constantValues.at(getShaderIdx(pipelineIdx, stageIdx, stageCount))) + "u;\n"); in generateSources()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp793 const auto constantValues = generateShaderConstants(params.pipelineType, params.pipelineCount, stageCount); in generateSources() local
810 : "const uint stageConstant = " + std::to_string(constantValues.at(getShaderIdx(pipelineIdx, stageIdx, stageCount))) + "u;\n"); in generateSources()

Completed in 12 milliseconds