Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/msl/
H A DTranslatorMSL.cpp271 const TVariable *fragCoord = static_cast<const TVariable *>( in InsertFragCoordCorrection() local
1281 const TVariable *fragCoord = static_cast<const TVariable *>( in translateImpl() local
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DDepthWriteTest.cpp261 const bool fragCoord = fragmentDepth == FragmentDepth::Passthrough; in TEST_P() local
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/spirv/
H A DEmulateDithering.cpp390 const TVariable *fragCoord = static_cast<const TVariable *>( in EmitDitheringBlock() local
/aosp_15_r20/external/angle/src/compiler/translator/spirv/
H A DTranslatorSPIRV.cpp643 const TVariable *fragCoord = static_cast<const TVariable *>( in InsertFragCoordCorrection() local
/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLRasterPipelineCodeGenerator.cpp4029 SlotRange fragCoord = this->getVariableSlots(*param); in writeProgram() local
/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DSpirvShader.hpp1650 std::array<SIMD::Float, 4> fragCoord; // TODO(b/236162233): SIMD::Float4 member in sw::SpirvRoutine
H A DSpirvShaderDebugger.cpp1243 sw::SIMD::vec4 fragCoord; member