Home
last modified time | relevance | path

Searched defs:maxArraySize (Results 1 – 24 of 24) sorted by relevance

/external/OpenCL-CTS/test_conformance/images/clGetInfo/
Dtest_1D_2D_array.cpp27 size_t maxWidth, maxArraySize; in test_get_image_info_1D_array() local
148 size_t maxWidth, maxHeight, maxArraySize; in test_get_image_info_2D_array() local
/external/OpenCL-CTS/test_conformance/images/clFillImage/
Dtest_fill_1D_array.cpp73 size_t maxWidth, maxArraySize; in test_fill_image_set_1D_array() local
Dtest_fill_2D_array.cpp74 size_t maxWidth, maxHeight, maxArraySize; in test_fill_image_set_2D_array() local
/external/OpenCL-CTS/test_conformance/images/clCopyImage/
Dtest_copy_1D_array.cpp111 size_t maxWidth, maxArraySize; in test_copy_image_set_1D_array() local
Dtest_copy_2D_array.cpp62 size_t maxWidth, maxHeight, maxArraySize; in test_copy_image_set_2D_array() local
Dtest_copy_3D_2D_array.cpp240 size_t maxWidth, maxHeight, max3DWidth, max3DHeight, maxDepth, maxArraySize; in test_copy_image_set_3D_2D_array() local
Dtest_copy_2D_2D_array.cpp218 size_t maxWidth, maxHeight, maxArraySize; in test_copy_image_set_2D_2D_array() local
/external/OpenCL-CTS/test_conformance/images/clReadWriteImage/
Dtest_read_2D_array.cpp154 size_t maxWidth, maxHeight, maxArraySize; in test_read_image_set_2D_array() local
Dtest_read_1D_array.cpp178 size_t maxWidth, maxArraySize; in test_read_image_set_1D_array() local
/external/OpenCL-CTS/test_conformance/images/kernel_image_methods/
Dtest_1D_array.cpp157 size_t maxWidth, maxArraySize; in test_get_image_info_1D_array() local
Dtest_2D_array.cpp166 size_t maxWidth, maxHeight, maxArraySize; in test_get_image_info_2D_array() local
/external/OpenCL-CTS/test_conformance/images/samplerlessReads/
Dtest_read_2D_array.cpp183 size_t maxWidth, maxHeight, maxArraySize; in test_read_image_set_2D_array() local
Dtest_read_1D_array.cpp196 size_t maxWidth, maxArraySize; in test_read_image_set_1D_array() local
/external/mesa3d/src/freedreno/vulkan/
Dtu_formats.c523 uint32_t maxArraySize; in tu_get_image_format_properties() local
/external/deqp/external/openglcts/modules/gles31/
Des31cLayoutBindingTests.cpp900 virtual int maxArraySize() in maxArraySize() function in glcts::LayoutBindingBaseCase
2012 virtual int maxArraySize() in maxArraySize() function in glcts::SamplerLayoutBindingCase
2104 int maxArraySize() in maxArraySize() function in glcts::ImageLayoutBindingCase
2314 int maxArraySize() in maxArraySize() function in glcts::AtomicCounterLayoutBindingCase
3043 int maxArraySize() in maxArraySize() function in glcts::UniformBlocksLayoutBindingCase
3236 int maxArraySize() in maxArraySize() function in glcts::ShaderStorageBufferLayoutBindingCase
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/
Dtest_write_1D_array.cpp547 size_t maxWidth, maxArraySize; in test_write_image_1D_array_set() local
Dtest_write_2D_array.cpp571 size_t maxWidth, maxHeight, maxArraySize; in test_write_image_2D_array_set() local
Dtest_read_1D_array.cpp1122 size_t maxWidth, maxArraySize; in test_read_image_set_1D_array() local
Dtest_read_2D_array.cpp1323 size_t maxWidth, maxHeight, maxArraySize; in test_read_image_set_2D_array() local
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_formats.c268 uint32_t maxArraySize; in lvp_get_image_format_properties() local
/external/mesa3d/src/intel/vulkan/
Danv_formats.c830 uint32_t maxArraySize; in anv_get_image_format_properties() local
/external/mesa3d/src/amd/vulkan/
Dradv_formats.c1147 uint32_t maxArraySize; in radv_get_image_format_properties() local
/external/swiftshader/src/OpenGL/compiler/
DTypes.h541 int maxArraySize = 0; variable
/external/OpenCL-CTS/test_common/harness/
DimageHelpers.cpp558 … size_t sizes[][3], size_t maxWidth, size_t maxHeight, size_t maxDepth, size_t maxArraySize, in get_max_sizes()