Home
last modified time | relevance | path

Searched defs:curInputLoc (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktShaderLibrary.cpp157 int curInputLoc = 0; in genVertexShader() local
295 int curInputLoc = 0; in specializeVertexShader() local
317 decl << "layout(location = " << curInputLoc << ") in "; in specializeVertexShader() local
376 int curInputLoc = 0; in specializeFragmentShader() local
395 decl << "layout(location = " << curInputLoc << ") fla in specializeFragmentShader() local
439 int curInputLoc = 0; generateVertexSpecialization() local
453 decl << "layout(location = " << curInputLoc << ") in "; generateVertexSpecialization() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktShaderLibrary.cpp157 int curInputLoc = 0; in genVertexShader() local
295 int curInputLoc = 0; in specializeVertexShader() local
317 decl << "layout(location = " << curInputLoc << ") in "; in specializeVertexShader() local
376 int curInputLoc = 0; in specializeFragmentShader() local
395 decl << "layout(location = " << curInputLoc << ") fla in specializeFragmentShader() local
439 int curInputLoc = 0; generateVertexSpecialization() local
453 decl << "layout(location = " << curInputLoc << ") in "; generateVertexSpecialization() local
[all...]

Completed in 5 milliseconds