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.cpp22 size_t maxWidth, maxArraySize; in test_get_image_info_1D_array() local
143 size_t maxWidth, maxHeight, maxArraySize; in test_get_image_info_2D_array() local
/external/OpenCL-CTS/test_conformance/images/clFillImage/
Dtest_fill_1D_array.cpp65 size_t maxWidth, maxArraySize; in test_fill_image_set_1D_array() local
Dtest_fill_2D_array.cpp67 size_t maxWidth, maxHeight, maxArraySize; in test_fill_image_set_2D_array() local
/external/OpenCL-CTS/test_conformance/images/clCopyImage/
Dtest_copy_1D_array.cpp103 size_t maxWidth, maxArraySize; in test_copy_image_set_1D_array() local
Dtest_copy_2D_array.cpp55 size_t maxWidth, maxHeight, maxArraySize; in test_copy_image_set_2D_array() local
Dtest_copy_3D_2D_array.cpp232 size_t maxWidth, maxHeight, max3DWidth, max3DHeight, maxDepth, maxArraySize; in test_copy_image_set_3D_2D_array() local
Dtest_copy_2D_2D_array.cpp210 size_t maxWidth, maxHeight, maxArraySize; in test_copy_image_set_2D_2D_array() local
/external/OpenCL-CTS/test_conformance/images/samplerlessReads/
Dtest_read_1D_array.cpp194 size_t maxWidth, maxArraySize; in test_read_image_set_1D_array() local
Dtest_read_2D_array.cpp187 size_t maxWidth, maxHeight, maxArraySize; in test_read_image_set_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.cpp176 size_t maxWidth, maxArraySize; in test_read_image_set_1D_array() local
/external/OpenCL-CTS/test_conformance/images/kernel_image_methods/
Dtest_1D_array.cpp165 size_t maxWidth, maxArraySize; in test_get_image_info_1D_array() local
Dtest_2D_array.cpp176 size_t maxWidth, maxHeight, maxArraySize; in test_get_image_info_2D_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
3068 int maxArraySize() in maxArraySize() function in glcts::UniformBlocksLayoutBindingCase
3261 int maxArraySize() in maxArraySize() function in glcts::ShaderStorageBufferLayoutBindingCase
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_formats.c268 uint32_t maxArraySize; in lvp_get_image_format_properties() local
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/
Dtest_write_1D_array.cpp559 size_t maxWidth, maxArraySize; in test_write_image_1D_array_set() local
Dtest_write_2D_array.cpp585 size_t maxWidth, maxHeight, maxArraySize; in test_write_image_2D_array_set() local
Dtest_read_1D_array.cpp1104 size_t maxWidth, maxArraySize; in test_read_image_set_1D_array() local
Dtest_read_2D_array.cpp1319 size_t maxWidth, maxHeight, maxArraySize; in test_read_image_set_2D_array() local
/external/mesa3d/src/intel/vulkan/
Danv_formats.c830 uint32_t maxArraySize; in anv_get_image_format_properties() local
/external/swiftshader/src/OpenGL/compiler/
DTypes.h541 int maxArraySize = 0; variable
/external/mesa3d/src/amd/vulkan/
Dradv_formats.c1147 uint32_t maxArraySize; in radv_get_image_format_properties() local
/external/OpenCL-CTS/test_common/harness/
DimageHelpers.cpp658 size_t maxWidth, size_t maxHeight, size_t maxDepth, size_t maxArraySize, in get_max_sizes()