Searched refs:pVertexInputState (Results 1 - 25 of 35) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_meta_fast_clear.c305 .pVertexInputState = &vi_state,
354 .pVertexInputState = &vi_state,
403 .pVertexInputState = &vi_state,
H A Dradv_meta_blit2d.c792 .pVertexInputState = vi_create_info,
980 .pVertexInputState = vi_create_info,
1172 .pVertexInputState = vi_create_info,
H A Dradv_meta_resolve_fs.c234 .pVertexInputState = vi_create_info,
575 .pVertexInputState = vi_create_info,
H A Dradv_meta_decompress.c281 .pVertexInputState =
H A Dradv_meta_resolve.c180 .pVertexInputState =
H A Dradv_meta_blit.c745 .pVertexInputState = &vi_create_info,
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_meta_fast_clear.c324 .pVertexInputState = &vi_state,
370 .pVertexInputState = &vi_state,
416 .pVertexInputState = &vi_state,
H A Dradv_meta_blit2d.c829 .pVertexInputState = vi_create_info,
1000 .pVertexInputState = vi_create_info,
1170 .pVertexInputState = vi_create_info,
H A Dradv_meta_decompress.c146 .pVertexInputState = &(VkPipelineVertexInputStateCreateInfo) {
H A Dradv_meta_resolve.c163 .pVertexInputState = &(VkPipelineVertexInputStateCreateInfo) {
H A Dradv_meta_resolve_fs.c247 .pVertexInputState = vi_create_info,
H A Dradv_meta_blit.c812 .pVertexInputState = &vi_create_info,
H A Dradv_pipeline.c1857 pCreateInfo->pVertexInputState;
3631 pCreateInfo->pVertexInputState;
/xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/
H A Dvn_protocol_driver_pipeline.h1096 size += vn_sizeof_simple_pointer(val->pVertexInputState);
1097 if (val->pVertexInputState)
1098 size += vn_sizeof_VkPipelineVertexInputStateCreateInfo(val->pVertexInputState);
1163 if (vn_encode_simple_pointer(enc, val->pVertexInputState))
1164 vn_encode_VkPipelineVertexInputStateCreateInfo(enc, val->pVertexInputState);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_pipeline.c304 /* pVertexInputState */
308 src->pVertexInputState);
311 dst->pVertexInputState = vertex_input;
313 dst->pVertexInputState = NULL;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_pipeline.c243 pci.pVertexInputState = &vertex_input_state;
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_pipeline.c1550 assert(info->pVertexInputState);
1672 pCreateInfo->pVertexInputState;
H A DgenX_pipeline.c1936 assert(pCreateInfo->pVertexInputState);
1937 emit_vertex_input(pipeline, pCreateInfo->pVertexInputState);
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
H A Dhelpers.cpp765 gfx_pipeline_info.pVertexInputState = &vs_input;
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A DgenX_pipeline.c2579 assert(pCreateInfo->pVertexInputState);
2580 emit_vertex_input(pipeline, pCreateInfo->pVertexInputState);
H A Danv_pipeline.c2317 assert(info->pVertexInputState);
2439 pCreateInfo->pVertexInputState;
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_meta_clear.c514 .pVertexInputState = vi_state,
H A Dv3dv_pipeline.c1373 pCreateInfo->pVertexInputState;
2056 pCreateInfo->pVertexInputState;
3015 pCreateInfo->pVertexInputState;
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_pipeline.c851 builder->create_info->pVertexInputState;
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_pipeline.c1517 builder->create_info->pVertexInputState;

Completed in 81 milliseconds

12