/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineReferenceRenderer.cpp | 279 rr::VertexAttrib vertexAttribs[2]; in draw() local 282 vertexAttribs[0].type = rr::VERTEXATTRIBTYPE_FLOAT; in draw() 283 vertexAttribs[0].size = 4; in draw() 284 vertexAttribs[0].pointer = positions.data(); in draw() 286 vertexAttribs[1].type = rr::VERTEXATTRIBTYPE_FLOAT; in draw() 287 vertexAttribs[1].size = 4; in draw() 288 vertexAttribs[1].pointer = colors.data(); in draw() 290 …rr::DrawCommand drawQuadCommand(renderState, *m_renderTarget, *m_program, 2, vertexAttribs, primit… in draw() 312 rr::VertexAttrib vertexAttribs[3]; in draw() local 315 vertexAttribs[0].type = rr::VERTEXATTRIBTYPE_FLOAT; in draw() [all …]
|
/external/deqp/framework/referencerenderer/ |
D | rrRenderer.hpp | 117 , vertexAttribs (vertexAttribs_) in DrawCommand() 127 const VertexAttrib* const vertexAttribs; member in rr::DrawCommand
|
D | rrRenderer.cpp | 1814 …command.program.vertexShader->shadeVertices(command.vertexAttribs, &vertexPackets[0], numVertexPac… in drawInstanced()
|
/external/skia/src/gpu/vk/ |
D | GrVkPipeline.cpp | 82 const GrGeometryProcessor::AttributeSet& vertexAttribs, in setup_vertex_input_state() argument 87 int vaCount = vertexAttribs.count(); in setup_vertex_input_state() 104 for (const auto& attrib : vertexAttribs) { in setup_vertex_input_state() 112 SkASSERT(vertexAttributeOffset == vertexAttribs.stride()); in setup_vertex_input_state() 495 const GrGeometryProcessor::AttributeSet& vertexAttribs, in Make() argument 515 int totalAttributeCnt = vertexAttribs.count() + instanceAttribs.count(); in Make() 518 setup_vertex_input_state(vertexAttribs, instanceAttribs, &vertexInputInfo, &bindingDescs, in Make()
|
D | GrVkPipeline.h | 30 const GrGeometryProcessor::AttributeSet& vertexAttribs,
|
/external/deqp/modules/glshared/ |
D | glsTextureBufferCase.cpp | 680 rr::VertexAttrib vertexAttribs[1]; in renderReference() local 685 vertexAttribs[0].type = rr::VERTEXATTRIBTYPE_NONPURE_UNORM8; in renderReference() 686 vertexAttribs[0].size = 2; in renderReference() 687 vertexAttribs[0].pointer = texture.getRefBuffer().getPtr(); in renderReference() 695 vertexAttribs[0].type = rr::VERTEXATTRIBTYPE_NONPURE_UNORM8; in renderReference() 696 vertexAttribs[0].size = 2; in renderReference() 697 vertexAttribs[0].pointer = &(coords[0]); in renderReference() 703 const rr::DrawCommand cmd(renderState, renderTarget, program, 1, vertexAttribs, primitives); in renderReference() 710 const rr::DrawCommand cmd(renderState, renderTarget, program, 1, vertexAttribs, primitives); in renderReference()
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemUtils.hpp | 146 const VertexAttribs& vertexAttribs, 157 const VertexAttribs& vertexAttribs,
|
D | vktProtectedMemShaderImageAccessTests.cpp | 919 VertexAttribs vertexAttribs; in executeFragmentTest() local 979 vertexAttribs.push_back(vertexInputAttributeDescriptions[0]); in executeFragmentTest() 980 vertexAttribs.push_back(vertexInputAttributeDescriptions[1]); in executeFragmentTest() 1003 vertexAttribs, in executeFragmentTest()
|
D | vktProtectedMemUtils.cpp | 563 const VertexAttribs& vertexAttribs, in makeGraphicsPipeline() argument 577 …(deUint32)vertexAttribs.size(), // deUint32 vertexAttrib… in makeGraphicsPipeline() 578 …vertexAttribs.data() // const VkVertexInputAttributeDescription* pVertexAttributeDescr… in makeGraphicsPipeline()
|
D | vktProtectedMemYCbCrConversionTests.cpp | 876 VertexAttribs vertexAttribs; in renderYCbCrToColor() local 896 vertexAttribs.push_back(inputAttribute); in renderYCbCrToColor() 917 vertexAttribs, in renderYCbCrToColor()
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawInstancedTests.cpp | 690 const rr::VertexAttrib vertexAttribs[] = in iterate() local 701 …d command(renderState, renderTarget, program, DE_LENGTH_OF_ARRAY(vertexAttribs), &vertexAttribs[0], in iterate() 710 …d command(renderState, renderTarget, program, DE_LENGTH_OF_ARRAY(vertexAttribs), &vertexAttribs[0], in iterate()
|
D | vktDrawAhbTests.cpp | 167 const rr::VertexAttrib vertexAttribs[] = in generateRefImage() local 173 …renderer.draw(rr::DrawCommand(renderState, renderTarget, program, DE_LENGTH_OF_ARRAY(vertexAttribs… in generateRefImage() 174 … &vertexAttribs[0], rr::PrimitiveList(rr::PRIMITIVETYPE_TRIANGLES, (deUint32)vertices.size(), 0))); in generateRefImage()
|
D | vktBasicDrawTests.cpp | 481 const rr::VertexAttrib vertexAttribs[] = in generateRefImage() local 490 DE_LENGTH_OF_ARRAY(vertexAttribs), in generateRefImage() 491 &vertexAttribs[0], in generateRefImage()
|
/external/deqp/modules/internal/ |
D | ditFrameworkTests.cpp | 774 const rr::VertexAttrib vertexAttribs[] = in runCase() local 781 … drawCmd (state, renderTarget, program, DE_LENGTH_OF_ARRAY(vertexAttribs), vertexAttribs, rr::P… in runCase()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiSmokeTests.cpp | 319 const rr::VertexAttrib vertexAttribs[] = in renderReferenceTriangle() local 327 DE_LENGTH_OF_ARRAY(vertexAttribs), in renderReferenceTriangle() 328 &vertexAttribs[0], in renderReferenceTriangle()
|
D | vktApiObjectManagementTests.cpp | 1677 const VkVertexInputAttributeDescription vertexAttribs[] = in createMultiple() local 1693 DE_LENGTH_OF_ARRAY(vertexAttribs), in createMultiple() 1694 vertexAttribs in createMultiple()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 4314 std::vector<rr::VertexAttrib> vertexAttribs; in drawWithReference() local 4397 vertexAttribs.resize(vao.m_arrays.size()); in drawWithReference() 4402 …vertexAttribs[ndx].type = rr::VERTEXATTRIBTYPE_DONT_CARE; // reading with wrong type is allowed, b… in drawWithReference() 4403 vertexAttribs[ndx].generic = m_currentAttribs[ndx]; in drawWithReference() 4407 …vertexAttribs[ndx].type = rr::VERTEXATTRIBTYPE_DONT_CARE; // reading from deleted buffer, output z… in drawWithReference() 4408 vertexAttribs[ndx].generic = tcu::Vec4(0, 0, 0, 0); in drawWithReference() 4412 vertexAttribs[ndx].type = (vao.m_arrays[ndx].integer) ? in drawWithReference() 4415 vertexAttribs[ndx].size = sglr::rr_util::mapGLSize(vao.m_arrays[ndx].size); in drawWithReference() 4416 vertexAttribs[ndx].stride = vao.m_arrays[ndx].stride; in drawWithReference() 4417 vertexAttribs[ndx].instanceDivisor = vao.m_arrays[ndx].divisor; in drawWithReference() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/device_group/ |
D | vktDeviceGroupRendering.cpp | 137 const rr::VertexAttrib vertexAttribs[] = in renderReferenceTriangle() local 144 DE_LENGTH_OF_ARRAY(vertexAttribs), in renderReferenceTriangle() 145 &vertexAttribs[0], in renderReferenceTriangle()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmGraphicsShaderTestUtil.cpp | 3990 vector<VkVertexInputAttributeDescription> vertexAttribs; in runAndVerifyDefaultPipeline() local 4008 vertexAttribs.push_back(attr0); in runAndVerifyDefaultPipeline() 4017 vertexAttribs.push_back(attr1); in runAndVerifyDefaultPipeline() 4040 vertexAttribs.push_back(attr); in runAndVerifyDefaultPipeline() 4051 …vertexAttribs.data(), // const VkVertexInputAttributeDescription* pVertexAttributeDescrip… in runAndVerifyDefaultPipeline()
|
/external/deqp/modules/gles31/functional/ |
D | es31fDrawBuffersIndexedTests.cpp | 826 const rr::VertexAttrib vertexAttribs[] = in renderRefQuad() local 840 …and (renderState, renderTarget, program, DE_LENGTH_OF_ARRAY(vertexAttribs), vertexAttribs, primi… in renderRefQuad()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryDeviceMemoryReportTests.cpp | 1070 const VkVertexInputAttributeDescription vertexAttribs[] = in create() local 1086 DE_LENGTH_OF_ARRAY(vertexAttribs), // uint32_t vertexAttributeDescriptionCount; in create() 1087 …vertexAttribs, // const VkVertexInputAttributeDescription* pVertexAttributeDescripti… in create()
|
/external/angle/src/libANGLE/capture/ |
D | FrameCapture.cpp | 1956 const std::vector<gl::VertexAttribute> &vertexAttribs = vertexArray->getVertexAttributes(); in CaptureVertexArrayData() local 1964 const gl::VertexAttribute &attrib = vertexAttribs[attribIndex]; in CaptureVertexArrayData()
|
/external/angle/src/libANGLE/ |
D | Context.cpp | 9176 const auto &vertexAttribs = vao->getVertexAttributes(); in updateVertexElementLimitsImpl() local 9181 const VertexAttribute &attrib = vertexAttribs[attributeIndex]; in updateVertexElementLimitsImpl()
|