Home
last modified time | relevance | path

Searched refs:isShadow (Results 1 – 25 of 26) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_lowering_gm107.cpp128 if (i->tex.target.isShadow()) in handleManualTXD()
173 if (i->tex.target.isShadow()) in handleManualTXD()
Dnv50_ir_from_nir.cpp87 TexTarget convert(glsl_sampler_dim, bool isArray, bool isShadow);
2859 if (isArray && !isShadow) \
2861 else if (!isArray && isShadow) \
2863 else if (isArray && isShadow) \
2869 Converter::convert(glsl_sampler_dim dim, bool isArray, bool isShadow) in convert() argument
2882 if (isShadow) in convert()
3045 if (!target.isShadow()) in visit()
Dnv50_ir_lowering_nv50.cpp726 const int lod = i->tex.target.isShadow() ? (arg + 1) : arg; in handleTEX()
769 if (i->tex.target.isShadow()) in handleTEX()
805 i->tex.target = i->tex.target.isShadow() ? in handleTEX()
Dnv50_ir_emit_gv100.cpp1185 emitField(78, 1, insn->tex.target.isShadow()); // .DC in emitTEX()
1252 emitField(78, 1, insn->tex.target.isShadow()); in emitTLD4()
Dnv50_ir.h993 int isShadow() const { return descTable[target].shadow ? 1 : 0; } in isShadow() function
Dnv50_ir_lowering_nvc0.cpp1121 if (i->tex.target.isShadow()) in handleTEX()
1234 if (i->tex.target.isShadow()) { in handleManualTXD()
1267 if (i->tex.target.isShadow()) in handleManualTXD()
1322 txd->tex.target.isShadow()) in handleTXD()
Dnv50_ir_emit_gm107.cpp2906 emitField(0x32, 1, insn->tex.target.isShadow()); in emitTEX()
2941 emitField(0x32, 1, insn->tex.target.isShadow()); in emitTEXS()
3005 emitField(0x32, 1, insn->tex.target.isShadow()); in emitTLD4()
Dnv50_ir_emit_nv50.cpp1644 if (i->tex.target.isShadow()) in emitTEX()
Dnv50_ir_from_tgsi.cpp2329 else if (tgt.isShadow()) in handleTEX()
2376 if (tgsi.getOpcode() == TGSI_OPCODE_TG4 && !tgt.isShadow()) in handleTEX()
Dnv50_ir_emit_gk110.cpp1366 if (i->tex.target.isShadow()) in emitTEX()
Dnv50_ir_emit_nvc0.cpp1369 if (i->tex.target.isShadow()) in emitTEX()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureFunctionTests.cpp1227 bool isShadow = m_textureSpec.sampler.compare != tcu::Sampler::COMPAREMODE_NONE; in initShaderSources() local
1228 …bool is2DProj4 = !isShadow && m_textureSpec.type == TEXTURETYPE_2D && (function == FUNCTION_T… in initShaderSources()
1229 …bool is1DProj4 = !isShadow && m_textureSpec.type == TEXTURETYPE_1D && (function == FUNCTION_T… in initShaderSources()
1236 …int extraCoordComps = (isProj ? (is2DProj4 ? 2 : (is1DProj4 ? 3 : 1)) : 0) + (isShadow ? (m_t… in initShaderSources()
1237 const bool isCubeArrayShadow = isShadow && m_textureSpec.type == TEXTURETYPE_CUBE_ARRAY; in initShaderSources()
1254 …case TEXTURETYPE_2D: samplerType = isShadow ? glu::TYPE_SAMPLER_2D_SHADOW : glu::getSampler2DT… in initShaderSources()
1255 …case TEXTURETYPE_CUBE_MAP: samplerType = isShadow ? glu::TYPE_SAMPLER_CUBE_SHADOW : glu::getSam… in initShaderSources()
1256 …case TEXTURETYPE_2D_ARRAY: samplerType = isShadow ? glu::TYPE_SAMPLER_2D_ARRAY_SHADOW : glu::get… in initShaderSources()
1257 …case TEXTURETYPE_3D: DE_ASSERT(!isShadow); samplerType = glu::getSampler3DType(texFmt); … in initShaderSources()
1258 …case TEXTURETYPE_1D: samplerType = isShadow ? glu::TYPE_SAMPLER_1D_SHADOW : glu::getSampler1DT… in initShaderSources()
[all …]
DvktShaderRenderTextureGatherTests.cpp1791 const bool isShadow = isDepthFormat(baseParams.textureFormat); in genGatherPrograms() local
1794 …ireGpuShader5(baseParams.gatherType, baseParams.offsetSize), numDims, isDynamicOffset || isShadow); in genGatherPrograms()
/external/deqp-deps/glslang/glslang/HLSL/
DhlslGrammar.cpp1193 bool isShadow = false; in acceptSamplerTypeDX9() local
1211 sampler.set(txType.getBasicType(), dim, false, isShadow, false); in acceptSamplerTypeDX9()
1238 bool isShadow = false; in acceptSamplerType() local
1247 case EHTokSamplerComparisonState: isShadow = true; break; in acceptSamplerType()
1257 sampler.setPureSampler(isShadow); in acceptSamplerType()
DhlslParseHelper.cpp4212 if (! argSamp->getType().getSampler().isShadow()) { in decomposeSampleMethods()
4463 if (cmpValues > 0 && ! argSamp->getType().getSampler().isShadow()) { in decomposeSampleMethods()
4535 if (! argSamp->getType().getSampler().isShadow()) in decomposeSampleMethods()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/
DhlslGrammar.cpp1195 bool isShadow = false; in acceptSamplerTypeDX9() local
1213 sampler.set(txType.getBasicType(), dim, false, isShadow, false); in acceptSamplerTypeDX9()
1240 bool isShadow = false; in acceptSamplerType() local
1249 case EHTokSamplerComparisonState: isShadow = true; break; in acceptSamplerType()
1259 sampler.setPureSampler(isShadow); in acceptSamplerType()
DhlslParseHelper.cpp4212 if (! argSamp->getType().getSampler().isShadow()) { in decomposeSampleMethods()
4463 if (cmpValues > 0 && ! argSamp->getType().getSampler().isShadow()) { in decomposeSampleMethods()
4535 if (! argSamp->getType().getSampler().isShadow()) in decomposeSampleMethods()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DSymbolTable.cpp103 if (sampler.isShadow()) in buildMangledName()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DSymbolTable.cpp102 if (sampler.isShadow()) in buildMangledName()
/external/deqp/modules/gles3/functional/
Des3fShaderTextureFunctionTests.cpp749 bool isShadow = m_textureSpec.sampler.compare != tcu::Sampler::COMPAREMODE_NONE; in initShaderSources() local
750 …bool is2DProj4 = !isShadow && m_textureSpec.type == TEXTURETYPE_2D && (function == FUNCTION_T… in initShaderSources()
754 int extraCoordComps = (isProj ? (is2DProj4 ? 2 : 1) : 0) + (isShadow ? 1 : 0); in initShaderSources()
769 …case TEXTURETYPE_2D: samplerType = isShadow ? glu::TYPE_SAMPLER_2D_SHADOW : glu::getSampler2DTyp… in initShaderSources()
770 …case TEXTURETYPE_CUBE_MAP: samplerType = isShadow ? glu::TYPE_SAMPLER_CUBE_SHADOW : glu::getSampl… in initShaderSources()
771 …case TEXTURETYPE_2D_ARRAY: samplerType = isShadow ? glu::TYPE_SAMPLER_2D_ARRAY_SHADOW : glu::getSa… in initShaderSources()
772 …case TEXTURETYPE_3D: DE_ASSERT(!isShadow); samplerType = glu::getSampler3DType(texFmt); b… in initShaderSources()
901 if (isShadow) in initShaderSources()
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp1242 const bool isShadow = isDepthFormat(textureFormat); in genProgramSources() local
1247 …ces() << genVertexShaderSource(requireGpuShader5(gatherType), numDims, isDynamicOffset || isShadow) in genProgramSources()
/external/deqp-deps/glslang/glslang/Include/
DTypes.h135 bool isShadow() const { return shadow; } in isShadow() function
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
DTypes.h139 bool isShadow() const { return shadow; } in isShadow() function
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DGlslangToSpv.cpp4105 … sampler.isShadow(), sampler.isArrayed(), sampler.isMultiSample(), in convertGlslangToSpvType()
5581 bool cubeCompare = sampler.dim == glslang::EsdCube && sampler.isArrayed() && sampler.isShadow(); in createImageTextureFunctionCall()
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp3865 … sampler.isShadow(), sampler.isArrayed(), sampler.isMultiSample(), in convertGlslangToSpvType()
5245 bool cubeCompare = sampler.dim == glslang::EsdCube && sampler.isArrayed() && sampler.isShadow(); in createImageTextureFunctionCall()

12