Searched refs:pVertexAttributeDescriptions (Results 1 - 21 of 21) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_pipeline.c61 vertex_input_state.pVertexAttributeDescriptions = state->element_state->attribs;
/xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/
H A Dvn_protocol_driver_pipeline.h220 if (val->pVertexAttributeDescriptions) {
223 size += vn_sizeof_VkVertexInputAttributeDescription(&val->pVertexAttributeDescriptions[i]);
263 if (val->pVertexAttributeDescriptions) {
266 vn_encode_VkVertexInputAttributeDescription(enc, &val->pVertexAttributeDescriptions[i]);
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dvx_pipeline.c632 &vi_info->pVertexAttributeDescriptions[i];
H A Dv3dv_pipeline.c1376 &vi_info->pVertexAttributeDescriptions[i];
2059 &vi_info->pVertexAttributeDescriptions[i];
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_pipeline.c121 LVP_PIPELINE_DUP(dst->pVertexAttributeDescriptions,
122 src->pVertexAttributeDescriptions,
H A Dlvp_execute.c728 unsigned location = vi->pVertexAttributeDescriptions[i].location;
729 unsigned binding = vi->pVertexAttributeDescriptions[i].binding;
739 state->velem.velems[location].src_offset = vi->pVertexAttributeDescriptions[i].offset;
741 state->velem.velems[location].src_format = lvp_vk_format_to_pipe_format(vi->pVertexAttributeDescriptions[i].format);
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_pipeline.c120 if (vi_info->pVertexAttributeDescriptions[i].location == slot)
121 return &vi_info->pVertexAttributeDescriptions[i];
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
H A Dhelpers.cpp669 vs_input.pVertexAttributeDescriptions = vs_attributes;
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_pipeline.c863 &info->pVertexAttributeDescriptions[i];
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_pipeline.c1887 &input_state->pVertexAttributeDescriptions[i];
1912 VkFormat format = input_state->pVertexAttributeDescriptions[i].format;
3636 &vi_info->pVertexAttributeDescriptions[i];
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_pipeline.c1679 &vi_info->pVertexAttributeDescriptions[i];
H A DgenX_pipeline.c149 &info->pVertexAttributeDescriptions[i];
/xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/
H A Doverlay.cpp1266 vertex_info.pVertexAttributeDescriptions = attribute_desc;
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A DgenX_pipeline.c151 &info->pVertexAttributeDescriptions[i];
H A Danv_pipeline.c2445 &vi_info->pVertexAttributeDescriptions[i];
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_pipeline.c2612 &input_state->pVertexAttributeDescriptions[i];
5394 const VkVertexInputAttributeDescription *desc = &vi_info->pVertexAttributeDescriptions[i];
H A Dradv_cmd_buffer.c5458 const VkVertexInputAttributeDescription2EXT *pVertexAttributeDescriptions)
5473 const VkVertexInputAttributeDescription2EXT *attrib = &pVertexAttributeDescriptions[i];
5455 radv_CmdSetVertexInputEXT(VkCommandBuffer commandBuffer,uint32_t vertexBindingDescriptionCount,const VkVertexInputBindingDescription2EXT * pVertexBindingDescriptions,uint32_t vertexAttributeDescriptionCount,const VkVertexInputAttributeDescription2EXT * pVertexAttributeDescriptions) argument
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_pipeline.c1782 &info->pVertexAttributeDescriptions[i];
/xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/
H A Doverlay.cpp1547 vertex_info.pVertexAttributeDescriptions = attribute_desc;
/xsrc/external/mit/MesaLib/dist/include/vulkan/
H A Dvulkan_core.h3045 const VkVertexInputAttributeDescription* pVertexAttributeDescriptions; member in struct:VkPipelineVertexInputStateCreateInfo
12643 typedef void (VKAPI_PTR *PFN_vkCmdSetVertexInputEXT)(VkCommandBuffer commandBuffer, uint32_t vertexBindingDescriptionCount, const VkVertexInputBindingDescription2EXT* pVertexBindingDescriptions, uint32_t vertexAttributeDescriptionCount, const VkVertexInputAttributeDescription2EXT* pVertexAttributeDescriptions);
12651 const VkVertexInputAttributeDescription2EXT* pVertexAttributeDescriptions);
/xsrc/external/mit/MesaLib.old/dist/include/vulkan/
H A Dvulkan_core.h2385 const VkVertexInputAttributeDescription* pVertexAttributeDescriptions; member in struct:VkPipelineVertexInputStateCreateInfo

Completed in 139 milliseconds