Home
last modified time | relevance | path

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

12

/external/deqp-deps/glslang/glslang/MachineIndependent/
Dreflection.cpp690 case false: return sampler.arrayed ? GL_SAMPLER_1D_ARRAY : GL_SAMPLER_1D; in mapSamplerToGlType()
691 … case true: return sampler.arrayed ? GL_SAMPLER_1D_ARRAY_SHADOW : GL_SAMPLER_1D_SHADOW; in mapSamplerToGlType()
697 case false: return sampler.arrayed ? GL_SAMPLER_2D_ARRAY : GL_SAMPLER_2D; in mapSamplerToGlType()
698 … case true: return sampler.arrayed ? GL_SAMPLER_2D_ARRAY_SHADOW : GL_SAMPLER_2D_SHADOW; in mapSamplerToGlType()
700 …case true: return sampler.arrayed ? GL_SAMPLER_2D_MULTISAMPLE_ARRAY : GL_SAMPLER_2D_MULTISAMP… in mapSamplerToGlType()
706 … case false: return sampler.arrayed ? GL_SAMPLER_CUBE_MAP_ARRAY : GL_SAMPLER_CUBE; in mapSamplerToGlType()
707 … case true: return sampler.arrayed ? GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW : GL_SAMPLER_CUBE_SHADOW; in mapSamplerToGlType()
718 … case false: return sampler.arrayed ? GL_FLOAT16_SAMPLER_1D_ARRAY_AMD : GL_FLOAT16_SAMPLER_1D_AMD; in mapSamplerToGlType()
719 …case true: return sampler.arrayed ? GL_FLOAT16_SAMPLER_1D_ARRAY_SHADOW_AMD : GL_FLOAT16_SAMPLER_1… in mapSamplerToGlType()
725 … case false: return sampler.arrayed ? GL_FLOAT16_SAMPLER_2D_ARRAY_AMD : GL_FLOAT16_SAMPLER_2D_AMD; in mapSamplerToGlType()
[all …]
DInitialize.cpp5690 for (int arrayed = 0; arrayed <= 1; ++arrayed) { // loop over "bool" arrayed or not in add2ndGenerationSamplingImaging() local
5697 if (dim == EsdSubpass && (image || shadow || arrayed)) in add2ndGenerationSamplingImaging()
5703 if (dim == EsdSubpass && (image || shadow || arrayed)) in add2ndGenerationSamplingImaging()
5711 if (dim == EsdBuffer && (shadow || arrayed || ms)) in add2ndGenerationSamplingImaging()
5713 if (ms && arrayed && profile == EEsProfile && version < 310) in add2ndGenerationSamplingImaging()
5718 if (dim == EsdCube && arrayed && skipCubeArrayed) in add2ndGenerationSamplingImaging()
5720 if ((dim == Esd3D || dim == EsdRect) && arrayed) in add2ndGenerationSamplingImaging()
5744 … sampler.setImage(bTypes[bType], (TSamplerDim)dim, arrayed ? true : false, in add2ndGenerationSamplingImaging()
5748 sampler.set(bTypes[bType], (TSamplerDim)dim, arrayed ? true : false, in add2ndGenerationSamplingImaging()
5778 … sampler.setTexture(sampler.type, sampler.dim, sampler.arrayed, sampler.shadow, in add2ndGenerationSamplingImaging()
[all …]
Dglslang.m4999 … parseContext.profileRequires($1.loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed type");
1000 parseContext.profileRequires($1.loc, EEsProfile, 300, 0, "arrayed type");
1014 … parseContext.profileRequires($1.loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed type");
1015 parseContext.profileRequires($1.loc, EEsProfile, 300, 0, "arrayed type");
1147 … parseContext.profileRequires($1.loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed type");
1148 parseContext.profileRequires($1.loc, EEsProfile, 300, 0, "arrayed type");
1157 … parseContext.profileRequires($2.loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed type");
1158 parseContext.profileRequires($2.loc, EEsProfile, 300, 0, "arrayed type");
3365 … parseContext.profileRequires($1.loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed type");
3366 parseContext.profileRequires($1.loc, EEsProfile, 300, 0, "arrayed type");
[all …]
/external/angle/third_party/glslang/src/glslang/MachineIndependent/
Dreflection.cpp690 case false: return sampler.arrayed ? GL_SAMPLER_1D_ARRAY : GL_SAMPLER_1D; in mapSamplerToGlType()
691 … case true: return sampler.arrayed ? GL_SAMPLER_1D_ARRAY_SHADOW : GL_SAMPLER_1D_SHADOW; in mapSamplerToGlType()
697 case false: return sampler.arrayed ? GL_SAMPLER_2D_ARRAY : GL_SAMPLER_2D; in mapSamplerToGlType()
698 … case true: return sampler.arrayed ? GL_SAMPLER_2D_ARRAY_SHADOW : GL_SAMPLER_2D_SHADOW; in mapSamplerToGlType()
700 …case true: return sampler.arrayed ? GL_SAMPLER_2D_MULTISAMPLE_ARRAY : GL_SAMPLER_2D_MULTISAMP… in mapSamplerToGlType()
706 … case false: return sampler.arrayed ? GL_SAMPLER_CUBE_MAP_ARRAY : GL_SAMPLER_CUBE; in mapSamplerToGlType()
707 … case true: return sampler.arrayed ? GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW : GL_SAMPLER_CUBE_SHADOW; in mapSamplerToGlType()
718 … case false: return sampler.arrayed ? GL_FLOAT16_SAMPLER_1D_ARRAY_AMD : GL_FLOAT16_SAMPLER_1D_AMD; in mapSamplerToGlType()
719 …case true: return sampler.arrayed ? GL_FLOAT16_SAMPLER_1D_ARRAY_SHADOW_AMD : GL_FLOAT16_SAMPLER_1… in mapSamplerToGlType()
725 … case false: return sampler.arrayed ? GL_FLOAT16_SAMPLER_2D_ARRAY_AMD : GL_FLOAT16_SAMPLER_2D_AMD; in mapSamplerToGlType()
[all …]
DInitialize.cpp5673 for (int arrayed = 0; arrayed <= 1; ++arrayed) { // loop over "bool" arrayed or not in add2ndGenerationSamplingImaging() local
5680 if (dim == EsdSubpass && (image || shadow || arrayed)) in add2ndGenerationSamplingImaging()
5686 if (dim == EsdSubpass && (image || shadow || arrayed)) in add2ndGenerationSamplingImaging()
5694 if (dim == EsdBuffer && (shadow || arrayed || ms)) in add2ndGenerationSamplingImaging()
5696 if (ms && arrayed && profile == EEsProfile && version < 310) in add2ndGenerationSamplingImaging()
5701 if (dim == EsdCube && arrayed && skipCubeArrayed) in add2ndGenerationSamplingImaging()
5703 if ((dim == Esd3D || dim == EsdRect) && arrayed) in add2ndGenerationSamplingImaging()
5727 … sampler.setImage(bTypes[bType], (TSamplerDim)dim, arrayed ? true : false, in add2ndGenerationSamplingImaging()
5731 sampler.set(bTypes[bType], (TSamplerDim)dim, arrayed ? true : false, in add2ndGenerationSamplingImaging()
5761 … sampler.setTexture(sampler.type, sampler.dim, sampler.arrayed, sampler.shadow, in add2ndGenerationSamplingImaging()
[all …]
Dglslang.m4999 … parseContext.profileRequires($1.loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed type");
1000 parseContext.profileRequires($1.loc, EEsProfile, 300, 0, "arrayed type");
1014 … parseContext.profileRequires($1.loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed type");
1015 parseContext.profileRequires($1.loc, EEsProfile, 300, 0, "arrayed type");
1147 … parseContext.profileRequires($1.loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed type");
1148 parseContext.profileRequires($1.loc, EEsProfile, 300, 0, "arrayed type");
1157 … parseContext.profileRequires($2.loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed type");
1158 parseContext.profileRequires($2.loc, EEsProfile, 300, 0, "arrayed type");
3365 … parseContext.profileRequires($1.loc, ENoProfile, 120, E_GL_3DL_array_objects, "arrayed type");
3366 parseContext.profileRequires($1.loc, EEsProfile, 300, 0, "arrayed type");
[all …]
/external/angle/third_party/spirv-tools/src/source/val/
Dvalidate_image.cpp78 uint32_t arrayed = 0; member
108 info->arrayed = inst->word(5); in GetImageTypeInfo()
220 return GetPlaneCoordSize(info) + info.arrayed + (IsProj(opcode) ? 1 : 0); in GetMinCoordSize()
605 if (info.arrayed != 0) { in ValidateImageCommon()
626 } else if (info.dim == SpvDimCube && info.arrayed == 1 && in ValidateImageCommon()
756 if (info.arrayed > 1) { in ValidateTypeImage()
758 << "Invalid Arrayed " << info.arrayed << " (must be 0 or 1)"; in ValidateTypeImage()
762 if ((info.arrayed == 1) && (info.dim != SpvDim1D) && in ValidateTypeImage()
1012 if (info.arrayed == 0) { in ValidateImageTexelPointer()
1014 } else if (info.arrayed == 1) { in ValidateImageTexelPointer()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_image.cpp78 uint32_t arrayed = 0; member
108 info->arrayed = inst->word(5); in GetImageTypeInfo()
220 return GetPlaneCoordSize(info) + info.arrayed + (IsProj(opcode) ? 1 : 0); in GetMinCoordSize()
605 if (info.arrayed != 0) { in ValidateImageCommon()
626 } else if (info.dim == SpvDimCube && info.arrayed == 1 && in ValidateImageCommon()
756 if (info.arrayed > 1) { in ValidateTypeImage()
758 << "Invalid Arrayed " << info.arrayed << " (must be 0 or 1)"; in ValidateTypeImage()
762 if ((info.arrayed == 1) && (info.dim != SpvDim1D) && in ValidateTypeImage()
1011 if (info.arrayed == 0) { in ValidateImageTexelPointer()
1013 } else if (info.arrayed == 1) { in ValidateImageTexelPointer()
[all …]
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_image.cpp78 uint32_t arrayed = 0; member
108 info->arrayed = inst->word(5); in GetImageTypeInfo()
220 return GetPlaneCoordSize(info) + info.arrayed + (IsProj(opcode) ? 1 : 0); in GetMinCoordSize()
605 if (info.arrayed != 0) { in ValidateImageCommon()
626 } else if (info.dim == SpvDimCube && info.arrayed == 1 && in ValidateImageCommon()
756 if (info.arrayed > 1) { in ValidateTypeImage()
758 << "Invalid Arrayed " << info.arrayed << " (must be 0 or 1)"; in ValidateTypeImage()
762 if ((info.arrayed == 1) && (info.dim != SpvDim1D) && in ValidateTypeImage()
1012 if (info.arrayed == 0) { in ValidateImageTexelPointer()
1014 } else if (info.arrayed == 1) { in ValidateImageTexelPointer()
[all …]
/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.frag43 // test arrayed block
D300.vert9 in vec4 bad[10]; // ERROR, no arrayed inputs
/external/angle/third_party/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.frag43 // test arrayed block
D300.vert9 in vec4 bad[10]; // ERROR, no arrayed inputs
/external/angle/third_party/glslang/src/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/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/swiftshader/third_party/SPIRV-Tools/source/opt/
Dgraphics_robust_access_pass.cpp883 const bool arrayed = image_type->GetSingleWordInOperand(3) == 1; in ClampCoordinateForImageTexelPointer() local
885 const auto query_num_components = [dim, arrayed, this]() -> int { in ClampCoordinateForImageTexelPointer()
886 const int arrayness_bonus = arrayed ? 1 : 0; in ClampCoordinateForImageTexelPointer()
961 if (arrayed && (dim == SpvDimCube)) { in ClampCoordinateForImageTexelPointer()
/external/angle/third_party/spirv-tools/src/source/opt/
Dgraphics_robust_access_pass.cpp886 const bool arrayed = image_type->GetSingleWordInOperand(3) == 1; in ClampCoordinateForImageTexelPointer()
888 const auto query_num_components = [dim, arrayed, this]() -> int { in ClampCoordinateForImageTexelPointer()
889 const int arrayness_bonus = arrayed ? 1 : 0; in ClampCoordinateForImageTexelPointer()
964 if (arrayed && (dim == SpvDimCube)) { in ClampCoordinateForImageTexelPointer()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dgraphics_robust_access_pass.cpp883 const bool arrayed = image_type->GetSingleWordInOperand(3) == 1; in ClampCoordinateForImageTexelPointer() local
885 const auto query_num_components = [dim, arrayed, this]() -> int { in ClampCoordinateForImageTexelPointer()
886 const int arrayness_bonus = arrayed ? 1 : 0; in ClampCoordinateForImageTexelPointer()
961 if (arrayed && (dim == SpvDimCube)) { in ClampCoordinateForImageTexelPointer()
/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/angle/third_party/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/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dspirv_builder.h302 SpvDim dim, bool depth, bool arrayed, bool ms,

12