Searched defs:vertexAttribs (Results 1 - 9 of 9) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineReferenceRenderer.cpp270 rr::VertexAttrib vertexAttribs[2]; local
273 vertexAttribs[0].type = rr::VERTEXATTRIBTYPE_FLOAT;
274 vertexAttribs[0].size = 4;
275 vertexAttribs[0].pointer = positions.data();
277 vertexAttribs[1].type = rr::VERTEXATTRIBTYPE_FLOAT;
278 vertexAttribs[1].size = 4;
279 vertexAttribs[1].pointer = colors.data();
281 rr::DrawCommand drawQuadCommand(renderState, *m_renderTarget, *m_program, 2, vertexAttribs, primitives);
302 rr::VertexAttrib vertexAttribs[2]; local
305 vertexAttribs[
[all...]
/external/deqp/framework/referencerenderer/
H A DrrRenderer.hpp117 , vertexAttribs (vertexAttribs_)
127 const VertexAttrib* const vertexAttribs; member in class:rr::DrawCommand
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiSmokeTests.cpp317 const rr::VertexAttrib vertexAttribs[] = local
325 DE_LENGTH_OF_ARRAY(vertexAttribs),
326 &vertexAttribs[0],
H A DvktApiObjectManagementTests.cpp1574 const VkVertexInputAttributeDescription vertexAttribs[] = local
1590 DE_LENGTH_OF_ARRAY(vertexAttribs),
1591 vertexAttribs
/external/deqp/modules/internal/
H A DditFrameworkTests.cpp760 const rr::VertexAttrib vertexAttribs[] = local
767 const rr::DrawCommand drawCmd (state, renderTarget, program, DE_LENGTH_OF_ARRAY(vertexAttribs), vertexAttribs, rr::PrimitiveList(rr::PRIMITIVETYPE_TRIANGLES, 3, 0));
/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawInstancedTests.cpp603 const rr::VertexAttrib vertexAttribs[] = local
613 const rr::DrawCommand command(renderState, renderTarget, program, DE_LENGTH_OF_ARRAY(vertexAttribs), &vertexAttribs[0],
622 const rr::DrawCommand command(renderState, renderTarget, program, DE_LENGTH_OF_ARRAY(vertexAttribs), &vertexAttribs[0],
H A DvktBasicDrawTests.cpp503 const rr::VertexAttrib vertexAttribs[] = local
512 DE_LENGTH_OF_ARRAY(vertexAttribs),
513 &vertexAttribs[0],
/external/deqp/modules/glshared/
H A DglsTextureBufferCase.cpp679 rr::VertexAttrib vertexAttribs[1]; local
684 vertexAttribs[0].type = rr::VERTEXATTRIBTYPE_NONPURE_UNORM8;
685 vertexAttribs[0].size = 2;
686 vertexAttribs[0].pointer = texture.getRefBuffer().getPtr();
694 vertexAttribs[0].type = rr::VERTEXATTRIBTYPE_NONPURE_UNORM8;
695 vertexAttribs[0].size = 2;
696 vertexAttribs[0].pointer = &(coords[0]);
702 const rr::DrawCommand cmd(renderState, renderTarget, program, 1, vertexAttribs, primitives);
709 const rr::DrawCommand cmd(renderState, renderTarget, program, 1, vertexAttribs, primitives);
/external/deqp/modules/gles31/functional/
H A Des31fDrawBuffersIndexedTests.cpp818 const rr::VertexAttrib vertexAttribs[] = local
832 const rr::DrawCommand command (renderState, renderTarget, program, DE_LENGTH_OF_ARRAY(vertexAttribs), vertexAttribs, primitives);

Completed in 207 milliseconds