Searched defs:fragCoord (Results 1 – 7 of 7) sorted by relevance
271 const TVariable *fragCoord = static_cast<const TVariable *>( in InsertFragCoordCorrection() local1281 const TVariable *fragCoord = static_cast<const TVariable *>( in translateImpl() local
261 const bool fragCoord = fragmentDepth == FragmentDepth::Passthrough; in TEST_P() local
390 const TVariable *fragCoord = static_cast<const TVariable *>( in EmitDitheringBlock() local
643 const TVariable *fragCoord = static_cast<const TVariable *>( in InsertFragCoordCorrection() local
4029 SlotRange fragCoord = this->getVariableSlots(*param); in writeProgram() local
1650 std::array<SIMD::Float, 4> fragCoord; // TODO(b/236162233): SIMD::Float4 member in sw::SpirvRoutine
1243 sw::SIMD::vec4 fragCoord; member