Searched refs:numLocations (Results 1 – 5 of 5) sorted by relevance
/third_party/glslang/glslang/MachineIndependent/ |
D | iomapper.cpp | 855 int numLocations = TIntermediate::computeTypeUniformLocationSize(type); in reserverStorageSlot() local 856 reserveSlot(storageKey, location, numLocations); in reserverStorageSlot() 881 int numLocations = TIntermediate::computeTypeUniformLocationSize(type); in reserverStorageSlot() local 882 reserveSlot(storageKey, location, numLocations); in reserverStorageSlot()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 333 const deUint32 numLocations = 1u << subPixelBits; in fillSampleLocationsPacked() local 341 const UVec2 baseLocationNdx (rng.getUint32() % numLocations, in fillSampleLocationsPacked() 342 rng.getUint32() % numLocations); in fillSampleLocationsPacked() 352 static_cast<float>(locationNdx.x()) / static_cast<float>(numLocations), // float x; in fillSampleLocationsPacked() 353 static_cast<float>(locationNdx.y()) / static_cast<float>(numLocations), // float y; in fillSampleLocationsPacked() 363 …p32(locationNdx.x() + offset[rng.getUint32() % DE_LENGTH_OF_ARRAY(offset)], 0u, numLocations - 1)); in fillSampleLocationsPacked() 364 …p32(locationNdx.y() + offset[rng.getUint32() % DE_LENGTH_OF_ARRAY(offset)], 0u, numLocations - 1)); in fillSampleLocationsPacked()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fFragmentOutputTests.cpp | 1057 int numLocations = useArray ? arrayLen : 1; in createRandomCase() local 1061 for (int ndx = 0; ndx < numLocations; ndx++) in createRandomCase() 1064 curLoc += numLocations; in createRandomCase()
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsShaderExecUtil.cpp | 501 const int numLocations = glu::getDataTypeNumLocations(it->varType.getBasicType()); in computeFragmentOutputLayout() local 505 location += numLocations; in computeFragmentOutputLayout() 507 for (int ndx = 0; ndx < numLocations; ++ndx) in computeFragmentOutputLayout()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderExecutor.cpp | 617 const int numLocations = glu::getDataTypeNumLocations(it->varType.getBasicType()); in computeFragmentOutputLayout() local 621 location += numLocations; in computeFragmentOutputLayout() 623 for (int ndx = 0; ndx < numLocations; ++ndx) in computeFragmentOutputLayout()
|