Home
last modified time | relevance | path

Searched defs:fragCoord (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_common.h54 Value *fragCoord[4]; variable
/external/angle/src/tests/gl_tests/
DDepthWriteTest.cpp261 const bool fragCoord = fragmentDepth == FragmentDepth::Passthrough; in TEST_P() local
/external/angle/src/compiler/translator/tree_ops/spirv/
DEmulateDithering.cpp390 const TVariable *fragCoord = static_cast<const TVariable *>( in EmitDitheringBlock() local
/external/angle/src/compiler/translator/msl/
DTranslatorMSL.cpp279 const TVariable *fragCoord = static_cast<const TVariable *>( in InsertFragCoordCorrection() local
1289 const TVariable *fragCoord = static_cast<const TVariable *>( in translateImpl() local
/external/angle/src/compiler/translator/spirv/
DTranslatorSPIRV.cpp646 const TVariable *fragCoord = static_cast<const TVariable *>( in InsertFragCoordCorrection() local
/external/skia/src/sksl/codegen/
DSkSLRasterPipelineCodeGenerator.cpp2921 SlotRange fragCoord = this->getVariableSlots(*param); in writeProgram() local
DSkSLSPIRVCodeGenerator.cpp2510 dsl::DSLGlobalVar fragCoord("sk_FragCoord"); in writeVariableReference() local
2529 dsl::DSLGlobalVar fragCoord("sk_FragCoord"); in writeVariableReference() local
/external/swiftshader/src/Pipeline/
DSpirvShader.hpp1606 std::array<SIMD::Float, 4> fragCoord; // TODO(b/236162233): SIMD::Float4 member in sw::SpirvRoutine
DSpirvShaderDebugger.cpp1243 sw::SIMD::vec4 fragCoord; member