Home
last modified time | relevance | path

Searched refs:vertexInput (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DContext.cpp222 const auto &vertexInput = vertexInputBindings[attrib.binding]; in bindVertexInputs() local
223 VkDeviceSize offset = attrib.offset + vertexInput.offset + in bindVertexInputs()
225 attrib.buffer = vertexInput.buffer ? vertexInput.buffer->getOffsetPointer(offset) : nullptr; in bindVertexInputs()
227 VkDeviceSize size = vertexInput.buffer ? vertexInput.buffer->getSize() : 0; in bindVertexInputs()
/third_party/vk-gl-cts/modules/glshared/
H A DglsRandomShaderProgram.cpp77 const rsg::ShaderInput* vertexInput = *vtxInIter; in generateProgramDeclaration() local
78 decl << sglr::pdec::VertexAttribute(vertexInput->getVariable()->getName(), mapToGenericVecType(vertexInput->getVariable()->getType())); in generateProgramDeclaration()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleTests.cpp2960 const Vertex4RGBA vertexInput = { tcu::Vec4(-1.0f, -1.0f, 0.0f, 1.0f), m_renderColor };
2961 vertices.push_back(vertexInput);
2964 const Vertex4RGBA vertexInput = { tcu::Vec4(1.0f, -1.0f, 1.0f, 1.0f), m_renderColor };
2965 vertices.push_back(vertexInput);
2968 const Vertex4RGBA vertexInput = { tcu::Vec4(-1.0f, 1.0f, 0.0f, 1.0f), m_renderColor };
2969 vertices.push_back(vertexInput);
3230 const Vertex4RGBA vertexInput = { tcu::Vec4(-1.0f, -1.0f, 0.0f, 1.0f), m_renderColor };
3231 vertices.push_back(vertexInput);
3234 const Vertex4RGBA vertexInput = { tcu::Vec4(1.0f, -1.0f, 1.0f, 1.0f), m_renderColor };
3235 vertices.push_back(vertexInput);
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleTests.cpp2869 const Vertex4RGBA vertexInput = { tcu::Vec4(-1.0f, -1.0f, 0.0f, 1.0f), m_renderColor };
2870 vertices.push_back(vertexInput);
2873 const Vertex4RGBA vertexInput = { tcu::Vec4(1.0f, -1.0f, 1.0f, 1.0f), m_renderColor };
2874 vertices.push_back(vertexInput);
2877 const Vertex4RGBA vertexInput = { tcu::Vec4(-1.0f, 1.0f, 0.0f, 1.0f), m_renderColor };
2878 vertices.push_back(vertexInput);
3139 const Vertex4RGBA vertexInput = { tcu::Vec4(-1.0f, -1.0f, 0.0f, 1.0f), m_renderColor };
3140 vertices.push_back(vertexInput);
3143 const Vertex4RGBA vertexInput = { tcu::Vec4(1.0f, -1.0f, 1.0f, 1.0f), m_renderColor };
3144 vertices.push_back(vertexInput);
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateInheritanceTests.cpp278 static const VkPipelineVertexInputStateCreateInfo vertexInput = { member
689 .setupVertexInputState(&pipelinestate::vertexInput) in startRenderCmds()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateInheritanceTests.cpp275 static const VkPipelineVertexInputStateCreateInfo vertexInput = { member
633 .setupVertexInputState(&pipelinestate::vertexInput) in startRenderCmds()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageHostImageCopyTests.cpp596 const vk::VkPipelineVertexInputStateCreateInfo vertexInput = in iterate() local
634 .setupVertexInputState(&vertexInput) in iterate()
/third_party/vk-gl-cts/external/amber/src/src/dawn/
H A Dengine_dawn.cc978 // Fill the default values for vertexInput (buffers and attributes). in CreateRenderPipelineDescriptor()
1027 renderPipelineDescriptor.vertexInput = in CreateRenderPipelineDescriptor()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationTests.cpp6841 const vk::VkPipelineVertexInputStateCreateInfo vertexInput =
6862 &vertexInput); // Vertex input state.
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
H A DvktRasterizationTests.cpp6589 const vk::VkPipelineVertexInputStateCreateInfo vertexInput =
6610 &vertexInput); // Vertex input state.

Completed in 38 milliseconds