Searched refs:imageCubeArray (Results 1 – 25 of 65) sorted by relevance
123
| /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 | 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/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)
|
| /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/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| D | AdapterVk.cpp | 119 if (!mDeviceInfo.features.imageCubeArray) { in InitializeSupportedFeaturesImpl()
|
| D | DeviceVk.cpp | 329 usedKnobs.features.imageCubeArray = VK_TRUE; in CreateDevice()
|
| /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/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/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/vulkan/spirv_assembly/ |
| D | vktSpvAsmUtils.cpp | 62 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, imageCubeArray) in isCoreFeaturesSupported()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
| D | vktTestCase.cpp | 621 DEVICE_CORE_FEATURE_ENTRY(DEVICE_CORE_FEATURE_IMAGE_CUBE_ARRAY , imageCubeArray ),
|
123