Home
last modified time | relevance | path

Searched refs:descNdx (Results 1 – 9 of 9) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmImageSamplerTests.cpp768 for (deUint32 descNdx = 0u; descNdx < DESCRIPTOR_TYPE_LAST; descNdx++) in addComputeImageSamplerTest() local
770 …Group> descGroup (new tcu::TestCaseGroup(testCtx, getDescriptorName((DescriptorType)descNdx), "")); in addComputeImageSamplerTest()
774 if (!isValidTestCase((TestType)testNdx, (DescriptorType)descNdx, (ReadOp)opNdx)) in addComputeImageSamplerTest()
786 …const std::string imageSamplerTypes = getImageSamplerTypeStr((DescriptorType)descNdx, (ReadOp)opNd… in addComputeImageSamplerTest()
789 …nSrcVariables = getFunctionSrcVariableStr((ReadOp)opNdx, (DescriptorType)descNdx, (TestType)testNd… in addComputeImageSamplerTest()
790 …nDstVariables = getFunctionDstVariableStr((ReadOp)opNdx, (DescriptorType)descNdx, (TestType)testNd… in addComputeImageSamplerTest()
801 …_back(Resource(BufferSp(new Vec4Buffer(inputData)), getVkDescriptorType((DescriptorType)descNdx))); in addComputeImageSamplerTest()
804 if ((DescriptorType)descNdx == DESCRIPTOR_TYPE_SAMPLED_IMAGE) in addComputeImageSamplerTest()
812 if ((DescriptorType)descNdx == DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER_SEPARATE_DESCRIPTORS) in addComputeImageSamplerTest()
818 spec.inputs[1].setDescriptorType(getVkDescriptorType((DescriptorType)descNdx)); in addComputeImageSamplerTest()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessExtsTests.cpp3012 for (int descNdx = 0; descNdx < numDescCases; descNdx++) in createTests() local
3014 …eGroup> descGroup(new tcu::TestCaseGroup(testCtx, descCases[descNdx].name, descCases[descNdx].name… in createTests()
3022 descCases[descNdx].count != VK_DESCRIPTOR_TYPE_STORAGE_BUFFER && in createTests()
3023 descCases[descNdx].count != VK_DESCRIPTOR_TYPE_STORAGE_BUFFER_DYNAMIC) in createTests()
3032 …!(descCases[descNdx].count == VK_DESCRIPTOR_TYPE_STORAGE_TEXEL_BUFFER || descCases[descNdx].count … in createTests()
3036descNdx].count == VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC || descCases[descNdx].count == VK_DESC… in createTests()
3048 …bool bufferDesc = descCases[descNdx].count != VK_DESCRIPTOR_TYPE_STORAGE_IMAGE && descCases[descNd… in createTests()
3057 …if ((descCases[descNdx].count == VK_DESCRIPTOR_TYPE_STORAGE_TEXEL_BUFFER || descCases[descNdx].cou… in createTests()
3065 if (volCases[volNdx].count && !supportsStores(descCases[descNdx].count)) in createTests()
3075 descCases[descNdx].count != VK_DESCRIPTOR_TYPE_STORAGE_IMAGE && in createTests()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutCase.cpp365 for (int descNdx = 0; descNdx < DE_LENGTH_OF_ARRAY(bitDesc); descNdx++) in operator <<() local
367 if (remBits & bitDesc[descNdx].bit) in operator <<()
369 str << bitDesc[descNdx].token; in operator <<()
371 if (bitDesc[descNdx].bit == LAYOUT_XFBBUFFER) str << " = " << fmt.buffer; in operator <<()
372 if (bitDesc[descNdx].bit == LAYOUT_XFBOFFSET) str << " = " << fmt.offset; in operator <<()
373 if (bitDesc[descNdx].bit == LAYOUT_XFBSTRIDE) str << " = " << fmt.stride; in operator <<()
375 remBits &= ~bitDesc[descNdx].bit; in operator <<()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcUniformBlockCase.cpp94 for (int descNdx = 0; descNdx < DE_LENGTH_OF_ARRAY(bitDesc); descNdx++) in operator <<() local
96 if (remBits & bitDesc[descNdx].bit) in operator <<()
100 str << bitDesc[descNdx].token; in operator <<()
101 remBits &= ~bitDesc[descNdx].bit; in operator <<()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.cpp303 for (int descNdx = 0; descNdx < DE_LENGTH_OF_ARRAY(bitDesc); descNdx++) in operator <<() local
305 if (remBits & bitDesc[descNdx].bit) in operator <<()
309 str << bitDesc[descNdx].token; in operator <<()
310 if (bitDesc[descNdx].bit == LAYOUT_OFFSET) in operator <<()
312 remBits &= ~bitDesc[descNdx].bit; in operator <<()
/third_party/vk-gl-cts/modules/glshared/
DglsUniformBlockCase.cpp100 for (int descNdx = 0; descNdx < DE_LENGTH_OF_ARRAY(bitDesc); descNdx++) in operator <<() local
102 if (remBits & bitDesc[descNdx].bit) in operator <<()
106 str << bitDesc[descNdx].token; in operator <<()
107 remBits &= ~bitDesc[descNdx].bit; in operator <<()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexInputTests.cpp546 for (int descNdx = 0; descNdx < glslTypeDescription.vertexInputCount; ++descNdx) in createInstance() local
548 attributeDescription.vertexInputIndex = descNdx; in createInstance()
549 …vkDescription.location = m_locations[attributeNdx] + getConsumedLocations(attributeInfo) * descNdx; in createInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp87 for (int descNdx = 0; descNdx < DE_LENGTH_OF_ARRAY(bitDesc); descNdx++) in operator <<() local
89 if (remBits & bitDesc[descNdx].bit) in operator <<()
93 str << bitDesc[descNdx].token; in operator <<()
94 remBits &= ~bitDesc[descNdx].bit; in operator <<()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp88 for (int descNdx = 0; descNdx < DE_LENGTH_OF_ARRAY(bitDesc); descNdx++) in operator <<() local
90 if (remBits & bitDesc[descNdx].bit) in operator <<()
94 str << bitDesc[descNdx].token; in operator <<()
95 remBits &= ~bitDesc[descNdx].bit; in operator <<()