Searched refs:imageCubeArray (Results 1 – 25 of 87) sorted by relevance
1234
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/comp/ |
D | image-cube-array-load-store.comp | 4 layout(r32f, binding = 0) uniform readonly imageCubeArray uImageIn; 5 layout(r32f, binding = 1) uniform writeonly imageCubeArray uImageOut;
|
/third_party/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 | spv.atomicFloat2.comp | 27 layout(binding = 6, r32f) volatile coherent uniform imageCubeArray fimageCubeArray;
|
D | 310.frag | 228 precision highp imageCubeArray ; 237 uniform writeonly imageCubeArray CA1;
|
D | spv.atomicFloat.comp | 24 layout(binding = 6, r32f) volatile coherent uniform imageCubeArray fimageCubeArray;
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/roadmap/ |
D | Roadmap-2022.adoc | 22 ** <<features-imageCubeArray, pname:imageCubeArray>>
|
/third_party/glslang/Test/baseResults/ |
D | 320.vert.out | 434 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)
|
D | 310.vert.out | 64 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/ |
D | image-query.desktop.frag | 18 layout(r32f, binding = 14) uniform imageCubeArray uImageCubeArray;
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders/desktop-only/frag/ |
D | image-query.desktop.frag | 17 layout(binding = 14, r32f) uniform readonly writeonly imageCubeArray uImageCubeArray;
|
/third_party/vk-gl-cts/external/amber/src/samples/ |
D | config_helper_vulkan.cc | 108 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/ |
D | AdapterVk.cpp | 119 if (!mDeviceInfo.features.imageCubeArray) { in InitializeSupportedFeaturesImpl()
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_texture_cube_map_array.txt | 120 IMAGE_CUBE_MAP_ARRAY_EXT imageCubeArray 537 imageCubeArray 552 imageCubeArray texture 589 imageCubeArray
|
/third_party/openGLES/extensions/OES/ |
D | OES_texture_cube_map_array.txt | 132 IMAGE_CUBE_MAP_ARRAY_OES imageCubeArray 551 imageCubeArray 566 imageCubeArray texture 603 imageCubeArray
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_texture_cube_map_array.txt | 120 IMAGE_CUBE_MAP_ARRAY_EXT imageCubeArray 537 imageCubeArray 552 imageCubeArray texture 589 imageCubeArray
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_texture_cube_map_array.txt | 122 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/ |
D | DeviceVk.cpp | 343 usedKnobs.features.imageCubeArray = VK_TRUE; in CreateDevice()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | builtin_types.cpp | 229 T(imageCubeArray, 420, 320)
|
/third_party/mesa3d/docs/drivers/ |
D | zink.rst | 132 * ``imageCubeArray``
|
/third_party/mesa3d/src/compiler/ |
D | builtin_type_macros.h | 191 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/ |
D | vktSpvAsmUtils.cpp | 62 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, imageCubeArray) in isCoreFeaturesSupported()
|
1234