Lines Matching refs:isVtxCase
1251 bool isVtxCase = m_isVertexCase;
1313 std::ostringstream& op = isVtxCase ? vert : frag;
1334 if (isVtxCase)
1371 if (isVtxCase)
1378 const char* texCoord = isVtxCase ? "a_in0" : "v_texCoord";
1379 const char* gradX = isVtxCase ? "a_in1" : "v_gradX";
1380 const char* gradY = isVtxCase ? "a_in2" : "v_gradY";
1381 const char* lodBias = isVtxCase ? "a_in1" : "v_lodBias";
1443 if (isVtxCase)
3384 const bool isVtxCase = m_isVertexCase;
3428 std::ostringstream& op = isVtxCase ? vert : frag;
3451 if (isVtxCase)
3495 const char* const texCoord = isVtxCase ? "a_in0" : "v_texCoord";
3496 const char* const gradX = isVtxCase ? "a_in1" : "v_gradX";
3497 const char* const gradY = isVtxCase ? "a_in2" : "v_gradY";
3498 const char* const lodBias = isVtxCase ? "a_in1" : "v_lodBias";
3556 if (isVtxCase)
3569 if (isVtxCase)
3575 if (isVtxCase)