Home
last modified time | relevance | path

Searched refs:nestedArraySize (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsm16bitStorageTests.cpp115 const int nestedArraySize; //Max size of any nested arrays member
402 for (int i = 0; i < structData.nestedArraySize; ++i) in info16bitStd140()
417 for (int i = 0; i < structData.nestedArraySize; ++i) in info16bitStd140()
429 for (int i = 0; i < structData.nestedArraySize; ++i) in info16bitStd140()
480 for (int i = 0; i < structData.nestedArraySize; ++i) in info16bitStd430()
494 for (int i = 0; i < structData.nestedArraySize; ++i) in info16bitStd430()
505 for (int i = 0; i < structData.nestedArraySize; ++i) in info16bitStd430()
554 for (int i = 0; i < structData.nestedArraySize; ++i) in info32bitStd140()
570 for (int i = 0; i < structData.nestedArraySize; ++i) in info32bitStd140()
583 for (int i = 0; i < structData.nestedArraySize; ++i) in info32bitStd140()
[all …]
H A DvktSpvAsm8bitStorageTests.cpp95 const int nestedArraySize; //Max size of any nested arrays member
484 for (int i = 0; i < structData.nestedArraySize; ++i) in infoMixStd140()
492 for (int j = 0; j < structData.nestedArraySize; ++j) in infoMixStd140()
498 for (int j = 0; j < structData.nestedArraySize; ++j) in infoMixStd140()
505 for (int i = 0; i < structData.nestedArraySize; ++i) in infoMixStd140()
511 for (int i = 0; i < structData.nestedArraySize; ++i) in infoMixStd140()
551 for (int i = 0; i < structData.nestedArraySize; ++i) in infoMixStd430()
2190 spec.numWorkGroups = IVec3(structData.structArraySize, structData.nestedArraySize, 1); in addCompute8bitStorageUniform8StructTo32StructGroup()
2417 spec.numWorkGroups = IVec3(structData.structArraySize, structData.nestedArraySize, 1); in addCompute8bitStorageUniform32StructTo8StructGroup()
2657 spec.numWorkGroups = IVec3(structData.structArraySize, structData.nestedArraySize, 1); in addCompute8bitStorage8bitStructMixedTypesGroup()