Searched refs:imageCubeArray (Results 1 – 25 of 40) sorted by relevance
12
/external/deqp-deps/glslang/Test/ |
D | 320.vert | 116 uniform writeonly imageCubeArray noPreCA1; // ERROR, no default precision 125 precision highp imageCubeArray ; 134 uniform writeonly imageCubeArray CA1; 138 layout(rgba16f) uniform readonly imageCubeArray rCA1;
|
D | 310.vert | 235 uniform writeonly imageCubeArray badCA1; // ERROR, reserved 246 uniform writeonly imageCubeArray noPreCA1; // ERROR, no default precision 255 precision highp imageCubeArray ; 264 uniform writeonly imageCubeArray CA1; 268 layout(rgba16f) uniform readonly imageCubeArray rCA1;
|
D | 320.frag | 82 precision highp imageCubeArray ; 91 uniform writeonly imageCubeArray CA1;
|
D | spv.image.load-formatted.frag | 9 layout(binding = 4) uniform imageCubeArray iCubeArray;
|
D | spv.image.frag | 7 layout(rgba32f, binding = 4) uniform imageCubeArray iCubeArray;
|
D | 310.frag | 228 precision highp imageCubeArray ; 237 uniform writeonly imageCubeArray CA1;
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | 320.vert.out | 433 0:178 'CA1' ( writeonly uniform highp imageCubeArray) 445 0:182 'CA1' ( writeonly uniform highp imageCubeArray) 472 0:186 'rCA1' (layout( rgba16f) readonly uniform highp imageCubeArray) 661 0:? 'noPreCA1' ( writeonly uniform mediump imageCubeArray) 668 0:? 'CA1' ( writeonly uniform highp imageCubeArray) 671 0:? 'rCA1' (layout( rgba16f) readonly uniform highp imageCubeArray) 764 0:? 'noPreCA1' ( writeonly uniform mediump imageCubeArray) 771 0:? 'CA1' ( writeonly uniform highp imageCubeArray) 774 0:? 'rCA1' (layout( rgba16f) readonly uniform highp imageCubeArray)
|
D | 310.vert.out | 63 ERROR: 0:235: 'imageCubeArray' : Reserved word. 728 0:308 'CA1' ( writeonly uniform highp imageCubeArray) 740 0:312 'CA1' ( writeonly uniform highp imageCubeArray) 767 0:316 'rCA1' (layout( rgba16f) readonly uniform highp imageCubeArray) 984 0:? 'badCA1' ( writeonly uniform mediump imageCubeArray) 991 0:? 'noPreCA1' ( writeonly uniform mediump imageCubeArray) 998 0:? 'CA1' ( writeonly uniform highp imageCubeArray) 1001 0:? 'rCA1' (layout( rgba16f) readonly uniform highp imageCubeArray) 1228 0:? 'badCA1' ( writeonly uniform mediump imageCubeArray) 1235 0:? 'noPreCA1' ( writeonly uniform mediump imageCubeArray) [all …]
|
D | 320.frag.out | 469 0:? 'CA1' ( writeonly uniform highp imageCubeArray) 548 0:? 'CA1' ( writeonly uniform highp imageCubeArray)
|
D | 310.frag.out | 997 0:? 'CA1' ( writeonly uniform highp imageCubeArray) 1208 0:? 'CA1' ( writeonly uniform highp imageCubeArray)
|
/external/mesa3d/src/compiler/ |
D | builtin_type_macros.h | 172 DECL_TYPE(imageCubeArray, GL_IMAGE_CUBE_MAP_ARRAY, GLSL_TYPE_IMAGE, GLSL_SAMPLE…
|
/external/mesa3d/src/compiler/glsl/ |
D | builtin_types.cpp | 228 T(imageCubeArray, 420, 320)
|
D | glsl_lexer.ll | 449 imageCubeArray TYPE_WITH_ALT(130, 300, 420, 320, yyextra->ARB_shader_image_load_store_enable || yy…
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageSizeTests.cpp | 288 if (m_texture.type() == IMAGE_TYPE_CUBE_ARRAY && !m_context.getDeviceFeatures().imageCubeArray) in checkRequirements()
|
D | vktImageLoadStoreTests.cpp | 558 if (m_texture.type() == IMAGE_TYPE_CUBE_ARRAY && !features.imageCubeArray) in checkRequirements() 967 if (m_texture.type() == IMAGE_TYPE_CUBE_ARRAY && !features.imageCubeArray) in checkRequirements()
|
D | vktImageQualifiersTests.cpp | 362 if (m_imageType == IMAGE_TYPE_CUBE_ARRAY && !m_context.getDeviceFeatures().imageCubeArray) in checkRequirements()
|
D | vktImageAtomicOperationTests.cpp | 456 if (m_imageType == IMAGE_TYPE_CUBE_ARRAY && !m_context.getDeviceFeatures().imageCubeArray) in checkRequirements()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmUtils.cpp | 68 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, imageCubeArray); in isCoreFeaturesSupported()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktTestCase.cpp | 704 DEVICE_CORE_FEATURE_ENTRY(DEVICE_CORE_FEATURE_IMAGE_CUBE_ARRAY , imageCubeArray ),
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiDeviceInitializationTests.cpp | 750 FEATURE_ITEM(imageCubeArray), in createDeviceWithUnsupportedFeaturesTest()
|
/external/vulkan-validation-layers/layers/ |
D | shader_validation.cpp | 1490 …ubeArray, {"VkPhysicalDeviceFeatures::imageCubeArray", &VkPhysicalDeviceFeatures::imageCubeArray}}, in ValidateShaderCapabilities() 1494 …ubeArray, {"VkPhysicalDeviceFeatures::imageCubeArray", &VkPhysicalDeviceFeatures::imageCubeArray}}, in ValidateShaderCapabilities()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkNullDriver.cpp | 779 pFeatures->imageCubeArray = VK_TRUE; in getPhysicalDeviceFeatures()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageSamplingInstance.cpp | 323 if (imageViewType == VK_IMAGE_VIEW_TYPE_CUBE_ARRAY && !context.getDeviceFeatures().imageCubeArray) in ImageSamplingInstance()
|
D | vktPipelineRenderToImageTests.cpp | 1228 if (viewType == VK_IMAGE_VIEW_TYPE_CUBE_ARRAY && !context.getDeviceFeatures().imageCubeArray) in checkImageViewTypeRequirements()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_device.c | 701 .imageCubeArray = true, in anv_GetPhysicalDeviceFeatures()
|
12