Home
last modified time | relevance | path

Searched refs:imageCubeArray (Results 1 – 25 of 40) sorted by relevance

12

/external/deqp-deps/glslang/Test/
D320.vert116 uniform writeonly imageCubeArray noPreCA1; // ERROR, no default precision
125 precision highp imageCubeArray ;
134 uniform writeonly imageCubeArray CA1;
138 layout(rgba16f) uniform readonly imageCubeArray rCA1;
D310.vert235 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;
D320.frag82 precision highp imageCubeArray ;
91 uniform writeonly imageCubeArray CA1;
Dspv.image.load-formatted.frag9 layout(binding = 4) uniform imageCubeArray iCubeArray;
Dspv.image.frag7 layout(rgba32f, binding = 4) uniform imageCubeArray iCubeArray;
D310.frag228 precision highp imageCubeArray ;
237 uniform writeonly imageCubeArray CA1;
/external/deqp-deps/glslang/Test/baseResults/
D320.vert.out433 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)
D310.vert.out63 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 …]
D320.frag.out469 0:? 'CA1' ( writeonly uniform highp imageCubeArray)
548 0:? 'CA1' ( writeonly uniform highp imageCubeArray)
D310.frag.out997 0:? 'CA1' ( writeonly uniform highp imageCubeArray)
1208 0:? 'CA1' ( writeonly uniform highp imageCubeArray)
/external/mesa3d/src/compiler/
Dbuiltin_type_macros.h172 DECL_TYPE(imageCubeArray, GL_IMAGE_CUBE_MAP_ARRAY, GLSL_TYPE_IMAGE, GLSL_SAMPLE…
/external/mesa3d/src/compiler/glsl/
Dbuiltin_types.cpp228 T(imageCubeArray, 420, 320)
Dglsl_lexer.ll449 imageCubeArray TYPE_WITH_ALT(130, 300, 420, 320, yyextra->ARB_shader_image_load_store_enable || yy…
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageSizeTests.cpp288 if (m_texture.type() == IMAGE_TYPE_CUBE_ARRAY && !m_context.getDeviceFeatures().imageCubeArray) in checkRequirements()
DvktImageLoadStoreTests.cpp558 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()
DvktImageQualifiersTests.cpp362 if (m_imageType == IMAGE_TYPE_CUBE_ARRAY && !m_context.getDeviceFeatures().imageCubeArray) in checkRequirements()
DvktImageAtomicOperationTests.cpp456 if (m_imageType == IMAGE_TYPE_CUBE_ARRAY && !m_context.getDeviceFeatures().imageCubeArray) in checkRequirements()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.cpp68 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, imageCubeArray); in isCoreFeaturesSupported()
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.cpp704 DEVICE_CORE_FEATURE_ENTRY(DEVICE_CORE_FEATURE_IMAGE_CUBE_ARRAY , imageCubeArray ),
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiDeviceInitializationTests.cpp750 FEATURE_ITEM(imageCubeArray), in createDeviceWithUnsupportedFeaturesTest()
/external/vulkan-validation-layers/layers/
Dshader_validation.cpp1490 …ubeArray, {"VkPhysicalDeviceFeatures::imageCubeArray", &VkPhysicalDeviceFeatures::imageCubeArray}}, in ValidateShaderCapabilities()
1494 …ubeArray, {"VkPhysicalDeviceFeatures::imageCubeArray", &VkPhysicalDeviceFeatures::imageCubeArray}}, in ValidateShaderCapabilities()
/external/deqp/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp779 pFeatures->imageCubeArray = VK_TRUE; in getPhysicalDeviceFeatures()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageSamplingInstance.cpp323 if (imageViewType == VK_IMAGE_VIEW_TYPE_CUBE_ARRAY && !context.getDeviceFeatures().imageCubeArray) in ImageSamplingInstance()
DvktPipelineRenderToImageTests.cpp1228 if (viewType == VK_IMAGE_VIEW_TYPE_CUBE_ARRAY && !context.getDeviceFeatures().imageCubeArray) in checkImageViewTypeRequirements()
/external/mesa3d/src/intel/vulkan/
Danv_device.c701 .imageCubeArray = true, in anv_GetPhysicalDeviceFeatures()

12