Searched refs:rtAdjust (Results 1 – 3 of 3) sorted by relevance
34 ThreadContext::RTAdjustData& rtAdjust = ThreadContext::RTAdjustState(); in append_rtadjust_fixup_to_vertex_main() local35 if (rtAdjust.fVar || rtAdjust.fInterfaceBlock) { in append_rtadjust_fixup_to_vertex_main()56 return DSLExpression(rtAdjust.fInterfaceBlock in append_rtadjust_fixup_to_vertex_main()57 ? Field(rtAdjust.fInterfaceBlock, rtAdjust.fFieldIndex) in append_rtadjust_fixup_to_vertex_main()58 : Ref(rtAdjust.fVar)); in append_rtadjust_fixup_to_vertex_main()
224 ThreadContext::RTAdjustData& rtAdjust = ThreadContext::RTAdjustState(); in FindRTAdjust() local225 rtAdjust.fInterfaceBlock = &intf.variable(); in FindRTAdjust()226 rtAdjust.fFieldIndex = i; in FindRTAdjust()
2029 DSLGlobalVar rtAdjust(kUniform_Modifier, kFloat4_Type, "sk_RTAdjust"); in DEF_GPUTEST_FOR_MOCK_CONTEXT() local2030 Declare(rtAdjust); in DEF_GPUTEST_FOR_MOCK_CONTEXT()