Home
last modified time | relevance | path

Searched refs:locationNdx (Results 1 - 10 of 10) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSampleLocationsUtil.cpp73 const UVec2 locationNdx (rng.getUint32() % (maxLocationIndex + 1 - guardOffset), in fillSampleLocationsRandom()
76 if (takenLocationIndices.find(locationNdx) == takenLocationIndices.end()) in fillSampleLocationsRandom()
80 static_cast<float>(locationNdx.x()) / static_cast<float>(maxLocationIndex), // float x; in fillSampleLocationsRandom()
81 static_cast<float>(locationNdx.y()) / static_cast<float>(maxLocationIndex), // float y; in fillSampleLocationsRandom()
85 takenLocationIndices.insert(locationNdx); in fillSampleLocationsRandom()
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp344 UVec2 locationNdx = baseLocationNdx; in fillSampleLocationsPacked() local
349 if (takenLocationIndices.find(locationNdx) == takenLocationIndices.end()) in fillSampleLocationsPacked()
353 static_cast<float>(locationNdx.x()) / static_cast<float>(numLocations), // float x; in fillSampleLocationsPacked()
354 static_cast<float>(locationNdx.y()) / static_cast<float>(numLocations), // float y; in fillSampleLocationsPacked()
358 takenLocationIndices.insert(locationNdx); in fillSampleLocationsPacked()
364 locationNdx.x() = static_cast<deUint32>(deClamp32(locationNdx.x() + offset[rng.getUint32() % DE_LENGTH_OF_ARRAY(offset)], 0u, numLocations - 1)); in fillSampleLocationsPacked()
365 locationNdx.y() = static_cast<deUint32>(deClamp32(locationNdx.y() + offset[rng.getUint32() % DE_LENGTH_OF_ARRAY(offset)], 0u, numLocations - 1)); in fillSampleLocationsPacked()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineSampleLocationsUtil.cpp73 const UVec2 locationNdx (rng.getUint32() % (maxLocationIndex + 1 - guardOffset), in fillSampleLocationsRandom()
76 if (takenLocationIndices.find(locationNdx) == takenLocationIndices.end()) in fillSampleLocationsRandom()
80 static_cast<float>(locationNdx.x()) / static_cast<float>(maxLocationIndex), // float x; in fillSampleLocationsRandom()
81 static_cast<float>(locationNdx.y()) / static_cast<float>(maxLocationIndex), // float y; in fillSampleLocationsRandom()
85 takenLocationIndices.insert(locationNdx); in fillSampleLocationsRandom()
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp343 UVec2 locationNdx = baseLocationNdx; in fillSampleLocationsPacked() local
348 if (takenLocationIndices.find(locationNdx) == takenLocationIndices.end()) 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()
357 takenLocationIndices.insert(locationNdx); in fillSampleLocationsPacked()
363 locationNdx.x() = static_cast<deUint32>(deClamp32(locationNdx.x() + offset[rng.getUint32() % DE_LENGTH_OF_ARRAY(offset)], 0u, numLocations - 1)); in fillSampleLocationsPacked()
364 locationNdx.y() = static_cast<deUint32>(deClamp32(locationNdx.y() + offset[rng.getUint32() % DE_LENGTH_OF_ARRAY(offset)], 0u, numLocations - 1)); in fillSampleLocationsPacked()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutCase.hpp258 , locationNdx (-1) in BlockLayoutEntry()
272 int locationNdx; member
286 , locationNdx (-1) in InterfaceLayoutEntry()
300 int locationNdx; member
H A DvktTransformFeedbackFuzzLayoutCase.cpp579 entry.locationNdx = 0; in computeXfbLayout()
604 entry.locationNdx = curLocation; in computeXfbLayout()
632 entry.locationNdx = curLocation; in computeXfbLayout()
660 entry.locationNdx = curLocation; in computeXfbLayout()
815 blockEntry.locationNdx = curLocation; in computeXfbLayout()
1166 const int locationNdx = layout.blocks[ndx].locationNdx; in generateDeclaration() local
1172 src << "location = " << locationNdx; in generateDeclaration() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutCase.hpp258 , locationNdx (-1) in BlockLayoutEntry()
272 int locationNdx; member
286 , locationNdx (-1) in InterfaceLayoutEntry()
300 int locationNdx; member
H A DvktTransformFeedbackFuzzLayoutCase.cpp579 entry.locationNdx = 0; in computeXfbLayout()
604 entry.locationNdx = curLocation; in computeXfbLayout()
632 entry.locationNdx = curLocation; in computeXfbLayout()
660 entry.locationNdx = curLocation; in computeXfbLayout()
815 blockEntry.locationNdx = curLocation; in computeXfbLayout()
1166 const int locationNdx = layout.blocks[ndx].locationNdx; in generateDeclaration() local
1172 src << "location = " << locationNdx; in generateDeclaration() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp1090 for (size_t locationNdx = 0; locationNdx < DE_LENGTH_OF_ARRAY(testLocations); ++locationNdx) in createUnusedVariableComputeTests()
1092 const VariableLocation& location = testLocations[locationNdx]; in createUnusedVariableComputeTests()
9545 for (size_t locationNdx = 0; locationNdx < DE_LENGTH_OF_ARRAY(testLocations); ++locationNdx) in createUnusedVariableTests()
9548 const VariableLocation& location = testLocations[locationNdx]; in createUnusedVariableTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp1086 for (size_t locationNdx = 0; locationNdx < DE_LENGTH_OF_ARRAY(testLocations); ++locationNdx) in createUnusedVariableComputeTests()
1088 const VariableLocation& location = testLocations[locationNdx]; in createUnusedVariableComputeTests()
9499 for (size_t locationNdx = 0; locationNdx < DE_LENGTH_OF_ARRAY(testLocations); ++locationNdx) in createUnusedVariableTests()
9502 const VariableLocation& location = testLocations[locationNdx]; in createUnusedVariableTests()

Completed in 71 milliseconds