Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsm8bitStorageTests.cpp94 const int structArraySize; //Size of Struct Array member
124 return 1184 * structData.structArraySize; //size of struct in 8b with offsets in getStructSize()
126 return 304 * structData.structArraySize; //size of struct in 32b with offsets in getStructSize()
128 return 4480 * structData.structArraySize; //size of struct in 8b with offsets in getStructSize()
130 return 224 * structData.structArraySize; //size of struct in 8b with offset in getStructSize()
132 return 184 * structData.structArraySize; //size of struct in 32b with offset in getStructSize()
134 return 976 * structData.structArraySize; //size of struct in 8b with offset in getStructSize()
191 for (int elementNdx = 0; elementNdx < structData.structArraySize; ++elementNdx) in info8bitStd140()
265 for (int elementNdx = 0; elementNdx < structData.structArraySize; ++elementNdx) in info8bitStd430()
338 for (int elementNdx = 0; elementNdx < structData.structArraySize; ++elementNdx) in info32bitStd140()
[all …]
H A DvktSpvAsm16bitStorageTests.cpp114 const int structArraySize; //Size of Struct Array member
167 return 600 * structData.structArraySize; //size of struct in f16 with offsets in getStructSize()
169 return 184 * structData.structArraySize; //size of struct in f16 with offsets in getStructSize()
171 return 304 * structData.structArraySize; //size of struct in f32 with offsets in getStructSize()
173 return 184 * structData.structArraySize; //size of struct in f32 with offset in getStructSize()
175 return 4480 * structData.structArraySize / 2; //size of struct in 16b with offset in getStructSize()
177 return 1216 * structData.structArraySize / 2; //size of struct in 16b with offset in getStructSize()
380 for (int elementNdx = 0; elementNdx < structData.structArraySize; ++elementNdx) in info16bitStd140()
459 for (int elementNdx = 0; elementNdx < structData.structArraySize; ++elementNdx) in info16bitStd430()
533 for (int elementNdx = 0; elementNdx < structData.structArraySize; ++elementNdx) in info32bitStd140()
[all …]