HomeSort by relevance Sort by last modified time
    Searched refs:arrayed (Results 1 - 16 of 16) sorted by null

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
reflection.cpp 394 case false: return sampler.arrayed ? GL_SAMPLER_1D_ARRAY : GL_SAMPLER_1D;
395 case true: return sampler.arrayed ? GL_SAMPLER_1D_ARRAY_SHADOW : GL_SAMPLER_1D_SHADOW;
401 case false: return sampler.arrayed ? GL_SAMPLER_2D_ARRAY : GL_SAMPLER_2D;
402 case true: return sampler.arrayed ? GL_SAMPLER_2D_ARRAY_SHADOW : GL_SAMPLER_2D_SHADOW;
404 case true: return sampler.arrayed ? GL_SAMPLER_2D_MULTISAMPLE_ARRAY : GL_SAMPLER_2D_MULTISAMPLE;
410 case false: return sampler.arrayed ? GL_SAMPLER_CUBE_MAP_ARRAY : GL_SAMPLER_CUBE;
411 case true: return sampler.arrayed ? GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW : GL_SAMPLER_CUBE_SHADOW;
421 return sampler.arrayed ? GL_INT_SAMPLER_1D_ARRAY : GL_INT_SAMPLER_1D;
424 case false: return sampler.arrayed ? GL_INT_SAMPLER_2D_ARRAY : GL_INT_SAMPLER_2D;
425 case true: return sampler.arrayed ? GL_INT_SAMPLER_2D_MULTISAMPLE_ARRA
    [all...]
Initialize.cpp     [all...]
glslang_tab.cpp     [all...]
SymbolTable.cpp 90 if (sampler.arrayed)
ParseHelper.cpp     [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/Include/
Types.h 76 bool arrayed : 1; member in struct:glslang::TSampler
103 bool isArrayed() const { return arrayed; }
111 arrayed = false;
130 arrayed = a;
142 arrayed = a;
154 arrayed = a;
181 arrayed == right.arrayed &&
238 if (arrayed)
600 // True if this type of IO is supposed to be arrayed with extra level for per-vertex dat
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
types.cpp 139 Image::Image(Type* sampled_type, SpvDim dim, uint32_t depth, uint32_t arrayed,
145 arrayed_(arrayed),
types.h 189 Image(Type* sampled_type, SpvDim dim, uint32_t depth, uint32_t arrayed,
  /external/vulkan-validation-layers/layers/
shader_validation.cpp 1267 auto arrayed = type.word(5); local
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
SpvBuilder.cpp 403 Id Builder::makeImageType(Id sampledType, Dim dim, bool depth, bool arrayed, bool ms, unsigned sampled, ImageFormat format)
414 type->getImmediateOperand(3) == (arrayed ? 1u : 0u) &&
426 type->addImmediateOperand(arrayed ? 1 : 0);
450 if (arrayed) {
473 if (arrayed)
    [all...]
SpvBuilder.h 126 Id makeImageType(Id sampledType, Dim, bool depth, bool arrayed, bool ms, unsigned sampled, ImageFormat format);
GlslangToSpv.cpp     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_mipmap_tree.c 171 const bool arrayed = mt->physical_depth0 != 1; local
173 if (arrayed) {
192 * Non-MultiSampler Render Target Restriction). Mip-mapped and arrayed
197 * Non-MultiSampler Render Target Restriction). Mip-mapped and arrayed
201 if (brw->gen < 8 && (mip_mapped || arrayed))
    [all...]
  /external/deqp/modules/glshared/
glsDrawTest.cpp 2846 const bool arrayed = methodInfo.first; local
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslParseHelper.cpp     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
core_validation.cpp 2708 auto arrayed = type.word(5); local
    [all...]

Completed in 1002 milliseconds