HomeSort by relevance Sort by last modified time
    Searched refs:instanced (Results 1 - 6 of 6) sorted by null

  /external/deqp/modules/gles31/functional/
es31fVertexAttributeBindingTests.cpp 539 bool instanced; member in struct:deqp::gles31::Functional::__anon17642::MultipleBindingCase::TestSpec
566 DE_ASSERT(!(m_spec.instanced && m_spec.zeroStride));
592 << " instance divisor: " << ((m_spec.instanced) ? (1) : (0)) << "\n"
658 const int offset = (!m_spec.aliasingBuffers) ? (0) : (m_spec.instanced) ? (6 * (int)sizeof(tcu::Vec4)) : (6 * GRID_SIZE * GRID_SIZE * (int)sizeof(tcu::Vec4));
660 const int divisor = (m_spec.instanced) ? (1) : (0);
668 if (m_spec.instanced)
687 spec.instanced = !!(flags & FLAG_INSTANCED);
701 buf << ", instanced binding point";
714 const int vertexDataSize = (m_spec.instanced) ? (6) : (6 * GRID_SIZE * GRID_SIZE);
715 const int offsetColorSize = (m_spec.zeroStride) ? (2) : (m_spec.instanced) ? (2 * GRID_SIZE * GRID_SIZE) : (2 * 6 * GRID_SIZE * GRID_SIZE)
1002 const bool instanced = (m_case == CASE_INSTANCED_BINDING) || (m_case == CASE_INSTANCED_ATTRIB); local
    [all...]
es31fGeometryShaderTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryBasicGeometryShaderTests.cpp 802 const bool instanced = MODE_WITH_INSTANCING == m_mode; local
807 if (instanced)
821 << " mediump int emitCount = int(attrEmitCounts[" << ((instanced) ? ("gl_InvocationID") : ("0")) << "]);\n"
823 << " highp vec4 basePos = " << ((instanced) ? ("gl_in[0].gl_Position + 0.5 * vec4(cos(float(gl_InvocationID)), sin(float(gl_InvocationID)), 0.0, 0.0)") : ("gl_in[0].gl_Position")) << ";\n"
    [all...]
  /external/skia/tests/
GrMeshTest.cpp 282 GrMeshTestProcessor(bool instanced, bool hasVertexBuffer)
286 if (instanced) {