Lines Matching refs:isVtxCase
809 bool isVtxCase = m_isVertexCase;
858 std::ostringstream& op = isVtxCase ? vert : frag;
875 if (isVtxCase)
909 if (isVtxCase)
916 const char* texCoord = isVtxCase ? "a_in0" : "v_texCoord";
917 const char* gradX = isVtxCase ? "a_in1" : "v_gradX";
918 const char* gradY = isVtxCase ? "a_in2" : "v_gradY";
919 const char* lodBias = isVtxCase ? "a_in1" : "v_lodBias";
972 if (isVtxCase)