Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureFunctionTests.cpp891 bool isShadow = m_textureSpec.sampler.compare != tcu::Sampler::COMPAREMODE_NONE; in initShaderSources() local
892 …bool is2DProj4 = !isShadow && m_textureSpec.type == TEXTURETYPE_2D && (function == FUNCTION_T… in initShaderSources()
896 int extraCoordComps = (isProj ? (is2DProj4 ? 2 : 1) : 0) + (isShadow ? 1 : 0); in initShaderSources()
911 …case TEXTURETYPE_2D: samplerType = isShadow ? glu::TYPE_SAMPLER_2D_SHADOW : glu::getSampler2DTyp… in initShaderSources()
912 …case TEXTURETYPE_CUBE_MAP: samplerType = isShadow ? glu::TYPE_SAMPLER_CUBE_SHADOW : glu::getSampl… in initShaderSources()
913 …case TEXTURETYPE_2D_ARRAY: samplerType = isShadow ? glu::TYPE_SAMPLER_2D_ARRAY_SHADOW : glu::getSa… in initShaderSources()
914 …case TEXTURETYPE_3D: DE_ASSERT(!isShadow); samplerType = glu::getSampler3DType(texFmt); b… in initShaderSources()
1042 if (isShadow) in initShaderSources()
2577 const bool isShadow = m_textureSpec.sampler.compare != tcu::Sampler::COMPAREMODE_NONE; in initShaderSources() local
2578 …const bool is2DProj4 = !isShadow && m_textureSpec.type == TEXTURETYPE_2D && (function == FUN… in initShaderSources()
[all …]
DvktShaderRenderTextureGatherTests.cpp1639 const bool isShadow = isDepthFormat(baseParams.textureFormat); in genGatherPrograms() local
1642 …ireGpuShader5(baseParams.gatherType, baseParams.offsetSize), numDims, isDynamicOffset || isShadow); in genGatherPrograms()
/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/mesa3d/src/gallium/drivers/nouveau/codegen/
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.h929 int isShadow() const { return descTable[target].shadow ? 1 : 0; } in isShadow() function
Dnv50_ir_emit_gm107.cpp2598 emitField(0x32, 1, insn->tex.target.isShadow()); in emitTEX()
2653 emitField(0x32, 1, insn->tex.target.isShadow()); in emitTLD4()
Dnv50_ir_lowering_nvc0.cpp866 if (i->tex.target.isShadow()) in handleTEX()
1049 txd->tex.target.isShadow()) in handleTXD()
Dnv50_ir_emit_nv50.cpp1644 if (i->tex.target.isShadow()) in emitTEX()
Dnv50_ir_from_tgsi.cpp2191 else if (tgt.isShadow()) in handleTEX()
2238 if (tgsi.getOpcode() == TGSI_OPCODE_TG4 && !tgt.isShadow()) in handleTEX()
Dnv50_ir_emit_gk110.cpp1318 if (i->tex.target.isShadow()) in emitTEX()
Dnv50_ir_emit_nvc0.cpp1341 if (i->tex.target.isShadow()) in emitTEX()
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp1222 const bool isShadow = isDepthFormat(textureFormat); in genProgramSources() local
1227 …ces() << genVertexShaderSource(requireGpuShader5(gatherType), numDims, isDynamicOffset || isShadow) in genProgramSources()