Home
last modified time | relevance | path

Searched refs:v_batch (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_batch.c124 decode_get_bo(void *v_batch, bool ppgtt, uint64_t address) in decode_get_bo() argument
126 struct crocus_batch *batch = v_batch; in decode_get_bo()
147 decode_get_state_size(void *v_batch, uint64_t address, in decode_get_state_size() argument
150 struct crocus_batch *batch = v_batch; in decode_get_state_size()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_batch.c132 decode_get_bo(void *v_batch, bool ppgtt, uint64_t address) in decode_get_bo() argument
134 struct iris_batch *batch = v_batch; in decode_get_bo()
156 decode_get_state_size(void *v_batch, in decode_get_state_size() argument
160 struct iris_batch *batch = v_batch; in decode_get_state_size()
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c2992 decode_get_bo(void *v_batch, bool ppgtt, uint64_t address) in decode_get_bo() argument
2994 struct anv_device *device = v_batch; in decode_get_bo()