Home
last modified time | relevance | path

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

1234

/third_party/skia/third_party/externals/spirv-cross/shaders-msl/comp/
Dimage-cube-array-load-store.comp4 layout(r32f, binding = 0) uniform readonly imageCubeArray uImageIn;
5 layout(r32f, binding = 1) uniform writeonly imageCubeArray uImageOut;
/third_party/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;
Dspv.atomicFloat2.comp27 layout(binding = 6, r32f) volatile coherent uniform imageCubeArray fimageCubeArray;
D310.frag228 precision highp imageCubeArray ;
237 uniform writeonly imageCubeArray CA1;
Dspv.atomicFloat.comp24 layout(binding = 6, r32f) volatile coherent uniform imageCubeArray fimageCubeArray;
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/roadmap/
DRoadmap-2022.adoc22 ** <<features-imageCubeArray, pname:imageCubeArray>>
/third_party/glslang/Test/baseResults/
D320.vert.out434 0:178 'CA1' ( writeonly uniform highp imageCubeArray)
446 0:182 'CA1' ( writeonly uniform highp imageCubeArray)
473 0:186 'rCA1' (layout( rgba16f) readonly uniform highp imageCubeArray)
662 0:? 'noPreCA1' ( writeonly uniform mediump imageCubeArray)
669 0:? 'CA1' ( writeonly uniform highp imageCubeArray)
672 0:? 'rCA1' (layout( rgba16f) readonly uniform highp imageCubeArray)
765 0:? 'noPreCA1' ( writeonly uniform mediump imageCubeArray)
772 0:? 'CA1' ( writeonly uniform highp imageCubeArray)
775 0:? 'rCA1' (layout( rgba16f) readonly uniform highp imageCubeArray)
D310.vert.out64 ERROR: 0:235: 'imageCubeArray' : Reserved word.
729 0:308 'CA1' ( writeonly uniform highp imageCubeArray)
741 0:312 'CA1' ( writeonly uniform highp imageCubeArray)
768 0:316 'rCA1' (layout( rgba16f) readonly uniform highp imageCubeArray)
985 0:? 'badCA1' ( writeonly uniform mediump imageCubeArray)
992 0:? 'noPreCA1' ( writeonly uniform mediump imageCubeArray)
999 0:? 'CA1' ( writeonly uniform highp imageCubeArray)
1002 0:? 'rCA1' (layout( rgba16f) readonly uniform highp imageCubeArray)
1229 0:? 'badCA1' ( writeonly uniform mediump imageCubeArray)
1236 0:? 'noPreCA1' ( writeonly uniform mediump imageCubeArray)
[all …]
/third_party/skia/third_party/externals/spirv-cross/shaders/desktop-only/frag/
Dimage-query.desktop.frag18 layout(r32f, binding = 14) uniform imageCubeArray uImageCubeArray;
/third_party/skia/third_party/externals/spirv-cross/reference/shaders/desktop-only/frag/
Dimage-query.desktop.frag17 layout(binding = 14, r32f) uniform readonly writeonly imageCubeArray uImageCubeArray;
/third_party/vk-gl-cts/external/amber/src/samples/
Dconfig_helper_vulkan.cc108 features->imageCubeArray = VK_TRUE; in NamesToVulkanFeatures()
289 if (available_features.imageCubeArray == VK_FALSE && in AreAllRequiredFeaturesSupported()
290 required_features.imageCubeArray == VK_TRUE) { in AreAllRequiredFeaturesSupported()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DAdapterVk.cpp119 if (!mDeviceInfo.features.imageCubeArray) { in InitializeSupportedFeaturesImpl()
/third_party/openGLES/extensions/EXT/
DEXT_texture_cube_map_array.txt120 IMAGE_CUBE_MAP_ARRAY_EXT imageCubeArray
537 imageCubeArray
552 imageCubeArray texture
589 imageCubeArray
/third_party/openGLES/extensions/OES/
DOES_texture_cube_map_array.txt132 IMAGE_CUBE_MAP_ARRAY_OES imageCubeArray
551 imageCubeArray
566 imageCubeArray texture
603 imageCubeArray
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_texture_cube_map_array.txt120 IMAGE_CUBE_MAP_ARRAY_EXT imageCubeArray
537 imageCubeArray
552 imageCubeArray texture
589 imageCubeArray
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_texture_cube_map_array.txt122 IMAGE_CUBE_MAP_ARRAY_OES imageCubeArray
541 imageCubeArray
556 imageCubeArray texture
593 imageCubeArray
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DDeviceVk.cpp343 usedKnobs.features.imageCubeArray = VK_TRUE; in CreateDevice()
/third_party/mesa3d/src/compiler/glsl/
Dbuiltin_types.cpp229 T(imageCubeArray, 420, 320)
/third_party/mesa3d/docs/drivers/
Dzink.rst132 * ``imageCubeArray``
/third_party/mesa3d/src/compiler/
Dbuiltin_type_macros.h191 DECL_TYPE(imageCubeArray, GL_IMAGE_CUBE_MAP_ARRAY, GLSL_TYPE_IMAGE, GLSL_SAMPLE…
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmUtils.cpp62 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, imageCubeArray) in isCoreFeaturesSupported()

1234