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

  /external/deqp/framework/referencerenderer/
rrPrimitivePacket.hpp 58 void EmitVertex (const tcu::Vec4& position, float pointSize, const GenericVec4* varyings, int primitiveID);
rrPrimitivePacket.cpp 38 void GeometryEmitter::EmitVertex (const tcu::Vec4& position, float pointSize, const GenericVec4* varyings, int primitiveID)
  /external/deqp/modules/gles31/functional/
es31fGeometryShaderTests.cpp 103 " EmitVertex();\n"
108 " EmitVertex();\n"
113 " EmitVertex();\n"
260 output.EmitVertex(vertex->position + offsets[0] + yoffset, vertex->pointSize, vertex->outputs, packets[ndx].primitiveIDIn);
261 output.EmitVertex(vertex->position + offsets[1] + yoffset, vertex->pointSize, vertex->outputs, packets[ndx].primitiveIDIn);
262 output.EmitVertex(vertex->position + offsets[2] + yoffset, vertex->pointSize, vertex->outputs, packets[ndx].primitiveIDIn);
370 output.EmitVertex(vertex->position + positions[i], vertex->pointSize, vertex->outputs, packets[ndx].primitiveIDIn);
376 output.EmitVertex(vertex->position + positions[m_emitCountA + i], vertex->pointSize, vertex->outputs, packets[ndx].primitiveIDIn);
410 " EmitVertex();\n"
420 " EmitVertex();\n
    [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVOpCodeEnum.h 202 _SPIRV_OP(EmitVertex, 218)
SPIRVEntry.h 737 _SPIRV_OP(EmitVertex)
  /external/mesa3d/src/compiler/glsl/
builtin_functions.cpp 795 B0(EmitVertex)
    [all...]

Completed in 660 milliseconds