/external/deqp/framework/referencerenderer/ |
D | rrPrimitiveAssembler.hpp | 49 Triangle (VertexPacket* v0_, VertexPacket* v1_, VertexPacket* v2_, int provokingIndex_) in Triangle() 57 VertexPacket* getProvokingVertex (void) in getProvokingVertex() 70 VertexPacket* v0; 71 VertexPacket* v1; 72 VertexPacket* v2; 80 …static void exec (Iterator outputIterator, VertexPacket* const* vertices, size_t numVertices, rr::… in exec() 97 …static void exec (Iterator outputIterator, VertexPacket* const* vertices, size_t numVertices, rr::… in exec() 104 VertexPacket* vert0 = vertices[0]; in exec() 105 VertexPacket* vert1 = vertices[1]; in exec() 142 …static void exec (Iterator outputIterator, VertexPacket* const* vertices, size_t numVertices, rr::… in exec() [all …]
|
D | rrVertexPacket.hpp | 53 struct VertexPacket struct 69 VertexPacket (void); 70 VertexPacket (const VertexPacket&); // disabled, non-copyable 71 ~VertexPacket (void); 74 VertexPacket& operator= (const VertexPacket&); // disabled, non-copyable 100 std::vector<VertexPacket*> allocArray (size_t count); // throws bad_alloc 101 VertexPacket* alloc (void); // throws bad_alloc 111 std::vector<VertexPacket*> m_singleAllocPool;
|
D | rrVertexPacket.cpp | 29 VertexPacket::VertexPacket (void) in VertexPacket() function in rr::VertexPacket 33 VertexPacket::~VertexPacket (void) in ~VertexPacket() 49 std::vector<VertexPacket*> VertexPacketAllocator::allocArray (size_t count) in allocArray() 52 return std::vector<VertexPacket*>(); in allocArray() 55 const size_t packetSize = sizeof(VertexPacket) + extraVaryings * sizeof(GenericVec4); in allocArray() 57 std::vector<VertexPacket*> retVal; in allocArray() 65 retVal.push_back(new (ptr + i*packetSize) VertexPacket()); // throws bad_alloc in allocArray() 78 VertexPacket* VertexPacketAllocator::alloc (void) in alloc() 85 VertexPacket* packet = *--m_singleAllocPool.end(); in alloc()
|
D | rrPrimitivePacket.hpp | 34 struct VertexPacket; 45 const VertexPacket* vertices[6]; 61 void moveEmittedTo (std::vector<VertexPacket*>&); 67 std::vector<VertexPacket*> m_emitted; //!< NULL elements mean primitive end
|
D | rrPrimitivePacket.cpp | 40 VertexPacket* packet; in EmitVertex() 66 void GeometryEmitter::moveEmittedTo (std::vector<VertexPacket*>& output) in moveEmittedTo()
|
D | rrShaders.hpp | 104 …virtual void shadeVertices (const VertexAttrib* inputs, VertexPacket* const* packets, const… 208 …void shadeVertices (const VertexAttrib* inputs, VertexPacket* packets, const int numPackets) co… 215 void VertexShaderLoop<Shader>::shadeVertices (const VertexAttrib* inputs, VertexPacket* packets, co… in shadeVertices()
|
D | rrRenderer.cpp | 661 VertexPacket* p0 = vpalloc.alloc(); in clipPrimitives() 662 VertexPacket* p1 = vpalloc.alloc(); in clipPrimitives() 663 VertexPacket* p2 = vpalloc.alloc(); in clipPrimitives() 812 void transformVertexClipCoordsToWindowCoords (const RenderState& state, VertexPacket& packet) in transformVertexClipCoordsToWindowCoords() 864 void makeSharedVerticeDistinct (VertexPacket*& packet, std::set<VertexPacket*, std::less<void*> >& … in makeSharedVerticeDistinct() argument 873 VertexPacket* newPacket = vpalloc.alloc(); in makeSharedVerticeDistinct() 888 void makeSharedVerticesDistinct (pa::Triangle& target, std::set<VertexPacket*, std::less<void*> >& … in makeSharedVerticesDistinct() argument 895 void makeSharedVerticesDistinct (pa::Line& target, std::set<VertexPacket*, std::less<void*> >& vert… in makeSharedVerticesDistinct() argument 901 void makeSharedVerticesDistinct (pa::Point& target, std::set<VertexPacket*, std::less<void*> >& ver… in makeSharedVerticesDistinct() argument 909 std::set<VertexPacket*, std::less<void*> > vertices; in makeSharedVerticesDistinct() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboTestUtil.hpp | 63 …void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const in… 78 …void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const in… 97 …void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const in… 126 …void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const i… 148 …void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const i… 170 …void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const i… 189 …void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const…
|
D | es3fFboTestUtil.cpp | 111 void FlatColorShader::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packe… in shadeVertices() 115 rr::VertexPacket& packet = *packets[packetNdx]; in shadeVertices() 196 void GradientShader::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packet… in shadeVertices() 200 rr::VertexPacket& packet = *packets[packetNdx]; in shadeVertices() 360 void Texture2DShader::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packe… in shadeVertices() 364 rr::VertexPacket& packet = *packets[packetNdx]; in shadeVertices() 510 void TextureCubeShader::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* pac… in shadeVertices() 516 rr::VertexPacket& packet = *packets[packetNdx]; in shadeVertices() 621 void Texture2DArrayShader::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* … in shadeVertices() 625 rr::VertexPacket& packet = *packets[packetNdx]; in shadeVertices() [all …]
|
D | es3fDepthTests.cpp | 57 …void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const i… 91 void DepthShader::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, … in shadeVertices()
|
D | es3fStencilTests.cpp | 91 …void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int nu… in shadeVertices() 95 rr::VertexPacket& packet = *packets[packetNdx]; in shadeVertices()
|
D | es3fPolygonOffsetTests.cpp | 211 …void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int n… 226 void PositionColorShader::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* p… in shadeVertices() 233 rr::VertexPacket& packet = *packets[packetNdx]; in shadeVertices()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineReferenceRenderer.hpp | 60 rr::VertexPacket* const* packets, in shadeVertices() 68 rr::VertexPacket* const packet = packets[packetNdx]; in shadeVertices() 97 rr::VertexPacket* const* packets, in shadeVertices() 106 rr::VertexPacket* const packet = packets[packetNdx]; in shadeVertices() 135 rr::VertexPacket* const* packets, in shadeVertices() 143 rr::VertexPacket* const packet = packets[packetNdx]; in shadeVertices()
|
/external/deqp/modules/gles31/functional/ |
D | es31fFboTestUtil.hpp | 67 …void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const in… 97 …void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const i…
|
D | es31fFboTestUtil.cpp | 203 void Texture2DShader::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packe… in shadeVertices() 207 rr::VertexPacket& packet = *packets[packetNdx]; in shadeVertices() 370 void TextureCubeArrayShader::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const… in shadeVertices() 376 rr::VertexPacket& packet = *packets[packetNdx]; in shadeVertices()
|
D | es31fGeometryShaderTests.cpp | 202 …void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int… 225 void VertexExpanderShader::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* … in shadeVertices() 258 const rr::VertexPacket* vertex = packets[ndx].vertices[verticeNdx]; in shadePrimitives() 301 …void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int… 332 void VertexEmitterShader::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* p… in shadeVertices() 367 const rr::VertexPacket* vertex = packets[ndx].vertices[0]; in shadePrimitives() 436 …void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, c… 454 void VertexVaryingShader::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* p… in shadeVertices() 786 …void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, cons… 816 void OutputCountShader::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* pac… in shadeVertices() [all …]
|
/external/deqp/modules/glshared/ |
D | glsRandomShaderProgram.cpp | 169 void RandomShaderProgram::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* p… in shadeVertices() 193 const rr::VertexPacket* packet = packets[packetNdx]; in shadeVertices() 212 rr::VertexPacket* packet = packets[packetNdx]; in shadeVertices() 234 rr::VertexPacket* const packet = packets[packetNdx]; in shadeVertices()
|
D | glsRandomShaderProgram.hpp | 47 …virtual void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packe…
|
D | glsTextureBufferCase.cpp | 164 …void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int nu… in shadeVertices() 168 rr::VertexPacket* const packet = packets[packetNdx]; in shadeVertices() 190 …void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int nu… in shadeVertices() 194 rr::VertexPacket* const packet = packets[packetNdx]; in shadeVertices()
|
/external/deqp/modules/gles2/functional/ |
D | es2fDepthTests.cpp | 57 …void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const i… 88 void DepthShader::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, … in shadeVertices()
|
D | es2fTextureUnitTests.cpp | 250 …void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const in… 453 void MultiTexShader::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packet… in shadeVertices() 457 rr::VertexPacket& packet = *(packets[packetNdx]); in shadeVertices()
|
D | es2fStencilTests.cpp | 88 …void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int nu… in shadeVertices() 92 rr::VertexPacket& packet = *packets[packetNdx]; in shadeVertices()
|
D | es2fTextureSpecificationTests.cpp | 137 …void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int nu… in shadeVertices() 141 rr::VertexPacket& packet = *packets[packetNdx]; in shadeVertices() 197 …void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int nu… in shadeVertices() 201 rr::VertexPacket& packet = *packets[packetNdx]; in shadeVertices() 279 …void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int nu… in shadeVertices() 283 rr::VertexPacket& packet = *packets[packetNdx]; in shadeVertices()
|
D | es2fPolygonOffsetTests.cpp | 208 …void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int n… 223 void PositionColorShader::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* p… in shadeVertices() 230 rr::VertexPacket& packet = *packets[packetNdx]; in shadeVertices()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrShaderProgram.hpp | 239 …virtual void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packet…
|