Home
last modified time | relevance | path

Searched refs:arrayed (Results 1 – 25 of 91) sorted by relevance

1234

/third_party/glslang/glslang/MachineIndependent/
Dreflection.cpp710 case false: return sampler.arrayed ? GL_SAMPLER_1D_ARRAY : GL_SAMPLER_1D; in mapSamplerToGlType()
711 … case true: return sampler.arrayed ? GL_SAMPLER_1D_ARRAY_SHADOW : GL_SAMPLER_1D_SHADOW; in mapSamplerToGlType()
717 case false: return sampler.arrayed ? GL_SAMPLER_2D_ARRAY : GL_SAMPLER_2D; in mapSamplerToGlType()
718 … case true: return sampler.arrayed ? GL_SAMPLER_2D_ARRAY_SHADOW : GL_SAMPLER_2D_SHADOW; in mapSamplerToGlType()
720 …case true: return sampler.arrayed ? GL_SAMPLER_2D_MULTISAMPLE_ARRAY : GL_SAMPLER_2D_MULTISAMP… in mapSamplerToGlType()
726 … case false: return sampler.arrayed ? GL_SAMPLER_CUBE_MAP_ARRAY : GL_SAMPLER_CUBE; in mapSamplerToGlType()
727 … case true: return sampler.arrayed ? GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW : GL_SAMPLER_CUBE_SHADOW; in mapSamplerToGlType()
738 … case false: return sampler.arrayed ? GL_FLOAT16_SAMPLER_1D_ARRAY_AMD : GL_FLOAT16_SAMPLER_1D_AMD; in mapSamplerToGlType()
739 …case true: return sampler.arrayed ? GL_FLOAT16_SAMPLER_1D_ARRAY_SHADOW_AMD : GL_FLOAT16_SAMPLER_1… in mapSamplerToGlType()
745 … case false: return sampler.arrayed ? GL_FLOAT16_SAMPLER_2D_ARRAY_AMD : GL_FLOAT16_SAMPLER_2D_AMD; in mapSamplerToGlType()
[all …]
DInitialize.cpp6023 for (int arrayed = 0; arrayed <= 1; ++arrayed) { // loop over "bool" arrayed or not in initialize() local
6028 if ((dim == Esd3D || dim == EsdRect || dim == EsdBuffer) && arrayed) in initialize()
6041 sampler.setImage(bTypes[bType], (TSamplerDim)dim, arrayed ? true : false, in initialize()
6103 for (int arrayed = 0; arrayed <= 1; ++arrayed) { // loop over "bool" arrayed or not in add2ndGenerationSamplingImaging() local
6110 if (dim == EsdSubpass && (image || shadow || arrayed)) in add2ndGenerationSamplingImaging()
6116 if (dim == EsdSubpass && (image || shadow || arrayed)) in add2ndGenerationSamplingImaging()
6124 if (dim == EsdBuffer && (shadow || arrayed || ms)) in add2ndGenerationSamplingImaging()
6126 if (ms && arrayed && profile == EEsProfile && version < 310) in add2ndGenerationSamplingImaging()
6131 if (dim == EsdCube && arrayed && skipCubeArrayed) in add2ndGenerationSamplingImaging()
6133 if ((dim == Esd3D || dim == EsdRect) && arrayed) in add2ndGenerationSamplingImaging()
[all …]
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DSpirvUtils.cpp44 wgpu::TextureViewDimension SpirvDimToTextureViewDimension(spv::Dim dim, bool arrayed) { in SpirvDimToTextureViewDimension() argument
49 if (arrayed) { in SpirvDimToTextureViewDimension()
57 if (arrayed) { in SpirvDimToTextureViewDimension()
DSpirvUtils.h35 wgpu::TextureViewDimension SpirvDimToTextureViewDimension(spv::Dim dim, bool arrayed);
DShaderModuleGL.cpp116 SpirvDimToTextureViewDimension(imageType.dim, imageType.arrayed); in ExtractSpirvInfo()
128 DAWN_INVALID_IF(imageType.ms && imageType.arrayed, in ExtractSpirvInfo()
182 SpirvDimToTextureViewDimension(imageType.dim, imageType.arrayed); in ExtractSpirvInfo()
/third_party/spirv-tools/source/val/
Dvalidate_image.cpp86 uint32_t arrayed = 0; member
116 info->arrayed = inst->word(5); in GetImageTypeInfo()
239 return GetPlaneCoordSize(info) + info.arrayed + (IsProj(opcode) ? 1 : 0); in GetMinCoordSize()
657 if (info.arrayed != 0) { in ValidateImageProj()
681 } else if (info.dim == SpvDimCube && info.arrayed == 1 && in ValidateImageReadWrite()
823 if (info.arrayed > 1) { in ValidateTypeImage()
825 << "Invalid Arrayed " << info.arrayed << " (must be 0 or 1)"; in ValidateTypeImage()
858 if ((info.arrayed == 1) && (info.dim != SpvDim1D) && in ValidateTypeImage()
889 if (info.dim == SpvDimSubpassData && info.arrayed != 0) { in ValidateTypeImage()
1117 if (info.arrayed == 0) { in ValidateImageTexelPointer()
[all …]
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_image.cpp84 uint32_t arrayed = 0; member
114 info->arrayed = inst->word(5); in GetImageTypeInfo()
237 return GetPlaneCoordSize(info) + info.arrayed + (IsProj(opcode) ? 1 : 0); in GetMinCoordSize()
652 if (info.arrayed != 0) { in ValidateImageCommon()
673 } else if (info.dim == SpvDimCube && info.arrayed == 1 && in ValidateImageCommon()
816 if (info.arrayed > 1) { in ValidateTypeImage()
818 << "Invalid Arrayed " << info.arrayed << " (must be 0 or 1)"; in ValidateTypeImage()
822 if ((info.arrayed == 1) && (info.dim != SpvDim1D) && in ValidateTypeImage()
1104 if (info.arrayed == 0) { in ValidateImageTexelPointer()
1106 } else if (info.arrayed == 1) { in ValidateImageTexelPointer()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_image.cpp84 uint32_t arrayed = 0; member
114 info->arrayed = inst->word(5); in GetImageTypeInfo()
237 return GetPlaneCoordSize(info) + info.arrayed + (IsProj(opcode) ? 1 : 0); in GetMinCoordSize()
652 if (info.arrayed != 0) { in ValidateImageCommon()
673 } else if (info.dim == SpvDimCube && info.arrayed == 1 && in ValidateImageCommon()
816 if (info.arrayed > 1) { in ValidateTypeImage()
818 << "Invalid Arrayed " << info.arrayed << " (must be 0 or 1)"; in ValidateTypeImage()
822 if ((info.arrayed == 1) && (info.dim != SpvDim1D) && in ValidateTypeImage()
1104 if (info.arrayed == 0) { in ValidateImageTexelPointer()
1106 } else if (info.arrayed == 1) { in ValidateImageTexelPointer()
[all …]
/third_party/openGLES/extensions/ARB/
DARB_arrays_of_arrays.txt222 "Some inputs and outputs are arrayed, meaning that for an interface between
235 non-arrayed input is not declared with the same type, qualification, and
236 array dimensionality as the matching output. It is an error if an arrayed
239 arrayed output is not declared as an array of the same type and
250 If such an arrayed interface variable is not declared with the necessary
253 "For non-arrayed interfaces (meaning array dimensionally stays the same between
259 "If the output corresponding to an arrayed input is itself an array, it
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_arrays_of_arrays.txt212 "Some inputs and outputs are arrayed, meaning that for an interface between
225 non-arrayed input is not declared with the same type, qualification, and
226 array dimensionality as the matching output. It is an error if an arrayed
229 arrayed output is not declared as an array of the same type and
240 If such an arrayed interface variable is not declared with the necessary
243 "For non-arrayed interfaces (meaning array dimensionally stays the same between
249 "If the output corresponding to an arrayed input is itself an array, it
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Denum_converter.cc103 ast::TextureDimension EnumConverter::ToDim(SpvDim dim, bool arrayed) { in ToDim() argument
104 if (arrayed) { in ToDim()
Denum_converter_test.cc244 bool arrayed; member
249 out << "DimCase{ SpvDim:" << int(dc.dim) << " arrayed?:" << int(dc.arrayed) in operator <<()
274 const auto result = converter_.ToDim(params.dim, params.arrayed); in TEST_P()
Denum_converter.h61 ast::TextureDimension ToDim(SpvDim dim, bool arrayed);
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_KHR_shader_draw_parameters.txt74 arrayed drawing commands.
87 drawing commands) or pname:firstVertex (for arrayed drawing commands), and
DVK_KHR_shader_draw_parameters.adoc75 arrayed drawing commands.
88 drawing commands) or pname:firstVertex (for arrayed drawing commands), and
/third_party/glslang/Test/
Dhlsl.clipdistance-4.geom11 triangle in float2 clip0[3] : SV_ClipDistance0, // test input arrayed semantic vars
Dhlsl.array.implicit-size.frag8 // Test initializer sizing for arrayed structs
Dspv.140.frag44 // test arrayed block
/third_party/glslang/glslang/Include/
DTypes.h81 bool arrayed : 1; member
140 bool isArrayed() const { return arrayed; } in isArrayed()
146 arrayed = false; in clear()
170 arrayed = a;
182 arrayed = a;
194 arrayed = a;
223 arrayed == right.arrayed &&
297 if (arrayed) in getString()
/third_party/spirv-tools/source/opt/
Dgraphics_robust_access_pass.cpp887 const bool arrayed = image_type->GetSingleWordInOperand(3) == 1; in ClampCoordinateForImageTexelPointer()
889 const auto query_num_components = [dim, arrayed, this]() -> int { in ClampCoordinateForImageTexelPointer()
890 const int arrayness_bonus = arrayed ? 1 : 0; in ClampCoordinateForImageTexelPointer()
965 if (arrayed && (dim == SpvDimCube)) { in ClampCoordinateForImageTexelPointer()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dgraphics_robust_access_pass.cpp891 const bool arrayed = image_type->GetSingleWordInOperand(3) == 1; in ClampCoordinateForImageTexelPointer()
893 const auto query_num_components = [dim, arrayed, this]() -> int { in ClampCoordinateForImageTexelPointer()
894 const int arrayness_bonus = arrayed ? 1 : 0; in ClampCoordinateForImageTexelPointer()
969 if (arrayed && (dim == SpvDimCube)) { in ClampCoordinateForImageTexelPointer()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dgraphics_robust_access_pass.cpp891 const bool arrayed = image_type->GetSingleWordInOperand(3) == 1; in ClampCoordinateForImageTexelPointer()
893 const auto query_num_components = [dim, arrayed, this]() -> int { in ClampCoordinateForImageTexelPointer()
894 const int arrayness_bonus = arrayed ? 1 : 0; in ClampCoordinateForImageTexelPointer()
969 if (arrayed && (dim == SpvDimCube)) { in ClampCoordinateForImageTexelPointer()
/third_party/mesa3d/docs/relnotes/
D22.0.4.rst122 - zink: fix sparse binding for arrayed textures
123 - zink: fix sparse texture depth calcs for arrayed textures
/third_party/glslang/Test/baseResults/
Darray100.frag.out4 ERROR: 0:9: 'arrayed type' : not supported for this version or the enabled extensions
5 ERROR: 0:9: 'arrayed type' : not supported for this version or the enabled extensions
7 ERROR: 0:11: 'arrayed constructor' : not supported for this version or the enabled extensions
15 ERROR: 0:31: 'arrayed constructor' : not supported for this version or the enabled extensions
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dtypes.cpp139 Image::Image(Type* sampled_type, SpvDim dim, uint32_t depth, uint32_t arrayed, in Image() argument
145 arrayed_(arrayed), in Image()

1234