Home
last modified time | relevance | path

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

123

/external/deqp-deps/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.cpp5764 for (int arrayed = 0; arrayed <= 1; ++arrayed) { // loop over "bool" arrayed or not in initialize() local
5769 if ((dim == Esd3D || dim == EsdRect || dim == EsdBuffer) && arrayed) in initialize()
5782 sampler.setImage(bTypes[bType], (TSamplerDim)dim, arrayed ? true : false, in initialize()
5846 for (int arrayed = 0; arrayed <= 1; ++arrayed) { // loop over "bool" arrayed or not local
5857 if (dim == EsdSubpass && (image || shadow || arrayed))
5863 if (dim == EsdSubpass && (image || shadow || arrayed))
5871 if (dim == EsdBuffer && (shadow || arrayed || ms))
5873 if (ms && arrayed && profile == EEsProfile && version < 310)
5878 if (dim == EsdCube && arrayed && skipCubeArrayed)
5880 if ((dim == Esd3D || dim == EsdRect) && arrayed)
[all …]
Dglslang.m41013 … parseContext.profileRequires($1.loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed type");
1014 parseContext.profileRequires($1.loc, EEsProfile, 300, 0, "arrayed type");
1028 … parseContext.profileRequires($1.loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed type");
1029 parseContext.profileRequires($1.loc, EEsProfile, 300, 0, "arrayed type");
1161 … parseContext.profileRequires($1.loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed type");
1162 parseContext.profileRequires($1.loc, EEsProfile, 300, 0, "arrayed type");
1171 … parseContext.profileRequires($2.loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed type");
1172 parseContext.profileRequires($2.loc, EEsProfile, 300, 0, "arrayed type");
3489 … parseContext.profileRequires($1.loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed type");
3490 parseContext.profileRequires($1.loc, EEsProfile, 300, 0, "arrayed type");
[all …]
/external/angle/third_party/vulkan-deps/glslang/src/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.cpp6050 for (int arrayed = 0; arrayed <= 1; ++arrayed) { // loop over "bool" arrayed or not in initialize() local
6055 if ((dim == Esd3D || dim == EsdRect || dim == EsdBuffer) && arrayed) in initialize()
6068 sampler.setImage(bTypes[bType], (TSamplerDim)dim, arrayed ? true : false, in initialize()
6132 for (int arrayed = 0; arrayed <= 1; ++arrayed) { // loop over "bool" arrayed or not local
6143 if (dim == EsdSubpass && (image || shadow || arrayed))
6149 if (dim == EsdSubpass && (image || shadow || arrayed))
6157 if (dim == EsdBuffer && (shadow || arrayed || ms))
6159 if (ms && arrayed && profile == EEsProfile && version < 310)
6164 if (dim == EsdCube && arrayed && skipCubeArrayed)
6166 if ((dim == Esd3D || dim == EsdRect) && arrayed)
[all …]
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_image.cpp79 uint32_t arrayed = 0; member
109 info->arrayed = inst->word(5); in GetImageTypeInfo()
232 return GetPlaneCoordSize(info) + info.arrayed + (IsProj(opcode) ? 1 : 0); in GetMinCoordSize()
629 if (info.arrayed != 0) { in ValidateImageCommon()
650 } else if (info.dim == SpvDimCube && info.arrayed == 1 && in ValidateImageCommon()
793 if (info.arrayed > 1) { in ValidateTypeImage()
795 << "Invalid Arrayed " << info.arrayed << " (must be 0 or 1)"; in ValidateTypeImage()
799 if ((info.arrayed == 1) && (info.dim != SpvDim1D) && in ValidateTypeImage()
1080 if (info.arrayed == 0) { in ValidateImageTexelPointer()
1082 } else if (info.arrayed == 1) { in ValidateImageTexelPointer()
[all …]
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_image.cpp79 uint32_t arrayed = 0; member
109 info->arrayed = inst->word(5); in GetImageTypeInfo()
232 return GetPlaneCoordSize(info) + info.arrayed + (IsProj(opcode) ? 1 : 0); in GetMinCoordSize()
642 if (info.arrayed != 0) { in ValidateImageCommon()
663 } else if (info.dim == SpvDimCube && info.arrayed == 1 && in ValidateImageCommon()
806 if (info.arrayed > 1) { in ValidateTypeImage()
808 << "Invalid Arrayed " << info.arrayed << " (must be 0 or 1)"; in ValidateTypeImage()
812 if ((info.arrayed == 1) && (info.dim != SpvDim1D) && in ValidateTypeImage()
1094 if (info.arrayed == 0) { in ValidateImageTexelPointer()
1096 } else if (info.arrayed == 1) { in ValidateImageTexelPointer()
[all …]
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_image.cpp79 uint32_t arrayed = 0; member
109 info->arrayed = inst->word(5); in GetImageTypeInfo()
232 return GetPlaneCoordSize(info) + info.arrayed + (IsProj(opcode) ? 1 : 0); in GetMinCoordSize()
641 if (info.arrayed != 0) { in ValidateImageCommon()
662 } else if (info.dim == SpvDimCube && info.arrayed == 1 && in ValidateImageCommon()
805 if (info.arrayed > 1) { in ValidateTypeImage()
807 << "Invalid Arrayed " << info.arrayed << " (must be 0 or 1)"; in ValidateTypeImage()
811 if ((info.arrayed == 1) && (info.dim != SpvDim1D) && in ValidateTypeImage()
1093 if (info.arrayed == 0) { in ValidateImageTexelPointer()
1095 } else if (info.arrayed == 1) { in ValidateImageTexelPointer()
[all …]
/external/angle/third_party/vulkan-deps/glslang/src/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
D300.vert9 in vec4 bad[10]; // ERROR, no arrayed inputs
/external/deqp-deps/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
D300.vert9 in vec4 bad[10]; // ERROR, no arrayed inputs
/external/deqp-deps/glslang/glslang/Include/
DTypes.h78 bool arrayed : 1; member
136 bool isArrayed() const { return arrayed; } in isArrayed()
142 arrayed = false; in clear()
166 arrayed = a;
178 arrayed = a;
190 arrayed = a;
219 arrayed == right.arrayed &&
293 if (arrayed) in getString()
/external/angle/third_party/vulkan-deps/glslang/src/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()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dgraphics_robust_access_pass.cpp890 const bool arrayed = image_type->GetSingleWordInOperand(3) == 1; in ClampCoordinateForImageTexelPointer()
892 const auto query_num_components = [dim, arrayed, this]() -> int { in ClampCoordinateForImageTexelPointer()
893 const int arrayness_bonus = arrayed ? 1 : 0; in ClampCoordinateForImageTexelPointer()
968 if (arrayed && (dim == SpvDimCube)) { in ClampCoordinateForImageTexelPointer()
/external/angle/third_party/vulkan-deps/spirv-tools/src/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()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dgraphics_robust_access_pass.cpp890 const bool arrayed = image_type->GetSingleWordInOperand(3) == 1; in ClampCoordinateForImageTexelPointer()
892 const auto query_num_components = [dim, arrayed, this]() -> int { in ClampCoordinateForImageTexelPointer()
893 const int arrayness_bonus = arrayed ? 1 : 0; in ClampCoordinateForImageTexelPointer()
968 if (arrayed && (dim == SpvDimCube)) { in ClampCoordinateForImageTexelPointer()
/external/llvm-project/mlir/include/mlir/Dialect/SPIRV/
DSPIRVTypes.h193 ImageArrayedInfo arrayed = ImageArrayedInfo::NonArrayed,
200 elementType, dim, depth, arrayed, samplingInfo, samplerUse,
/external/angle/third_party/vulkan-deps/glslang/src/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
/external/deqp-deps/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
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dspirv_builder.h302 SpvDim dim, bool depth, bool arrayed, bool ms,

123