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

/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_image.c769 image->planes[plane].address = ANV_NULL_ADDRESS;
1314 state_inout->aux_address = ANV_NULL_ADDRESS;
1315 state_inout->clear_address = ANV_NULL_ADDRESS;
1380 struct anv_address aux_address = ANV_NULL_ADDRESS;
1387 struct anv_address clear_address = ANV_NULL_ADDRESS;
H A Danv_device.c3390 buffer->address = ANV_NULL_ADDRESS;
3556 buffer->address = ANV_NULL_ADDRESS;
H A Danv_private.h1350 #define ANV_NULL_ADDRESS ((struct anv_address) { NULL, 0 }) macro
2241 * This field is ANV_NULL_ADDRESS if and only if no aux surface exists.
H A DgenX_cmd_buffer.c139 sba.BindlessSurfaceStateBaseAddress = ANV_NULL_ADDRESS;
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_image.c2418 state_inout->aux_address = ANV_NULL_ADDRESS;
2419 state_inout->clear_address = ANV_NULL_ADDRESS;
2462 struct anv_address aux_address = ANV_NULL_ADDRESS;
2467 struct anv_address clear_address = ANV_NULL_ADDRESS;
H A Danv_device.c4136 buffer->address = ANV_NULL_ADDRESS;
4350 buffer->address = ANV_NULL_ADDRESS;
H A Danv_private.h1614 #define ANV_NULL_ADDRESS ((struct anv_address) { NULL, 0 }) macro
2830 * This field is ANV_NULL_ADDRESS if and only if no aux surface exists.
4086 return ANV_NULL_ADDRESS;
H A DgenX_pipeline.c2771 anv_batch_set_storage(&pipeline->base.batch, ANV_NULL_ADDRESS,
H A DgenX_cmd_buffer.c212 sba.BindlessSurfaceStateBaseAddress = ANV_NULL_ADDRESS;
3827 emit_base_vertex_instance_bo(cmd_buffer, ANV_NULL_ADDRESS);
H A Danv_pipeline.c2385 anv_batch_set_storage(&pipeline->base.batch, ANV_NULL_ADDRESS,

Completed in 92 milliseconds