/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | reflection.cpp | 690 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 …]
|
D | Initialize.cpp | 5690 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 …]
|
D | glslang.m4 | 999 … 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/ |
D | reflection.cpp | 690 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 …]
|
D | Initialize.cpp | 5673 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 …]
|
D | glslang.m4 | 999 … 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/ |
D | validate_image.cpp | 78 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/ |
D | validate_image.cpp | 78 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/ |
D | validate_image.cpp | 78 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/ |
D | hlsl.clipdistance-4.geom | 11 triangle in float2 clip0[3] : SV_ClipDistance0, // test input arrayed semantic vars
|
D | hlsl.array.implicit-size.frag | 8 // Test initializer sizing for arrayed structs
|
D | spv.140.frag | 43 // test arrayed block
|
D | 300.vert | 9 in vec4 bad[10]; // ERROR, no arrayed inputs
|
/external/angle/third_party/glslang/src/Test/ |
D | hlsl.clipdistance-4.geom | 11 triangle in float2 clip0[3] : SV_ClipDistance0, // test input arrayed semantic vars
|
D | hlsl.array.implicit-size.frag | 8 // Test initializer sizing for arrayed structs
|
D | spv.140.frag | 43 // test arrayed block
|
D | 300.vert | 9 in vec4 bad[10]; // ERROR, no arrayed inputs
|
/external/angle/third_party/glslang/src/glslang/Include/ |
D | Types.h | 78 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/ |
D | Types.h | 78 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/ |
D | graphics_robust_access_pass.cpp | 883 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/ |
D | graphics_robust_access_pass.cpp | 886 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/ |
D | graphics_robust_access_pass.cpp | 883 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/ |
D | array100.frag.out | 4 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/ |
D | array100.frag.out | 4 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/ |
D | spirv_builder.h | 302 SpvDim dim, bool depth, bool arrayed, bool ms,
|