Home
last modified time | relevance | path

Searched refs:fd_hw_sample_init (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_query.c54 fd_hw_sample_init(batch, sizeof(struct fd_rb_samp_ctrs)); in occlusion_get_sample()
128 struct fd_hw_sample *samp = fd_hw_sample_init(batch, sizeof(uint64_t)); in time_elapsed_get_sample()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query_hw.h143 struct fd_hw_sample * fd_hw_sample_init(struct fd_batch *batch, uint32_t size);
Dfreedreno_query_hw.c299 fd_hw_sample_init(struct fd_batch *batch, uint32_t size) in fd_hw_sample_init() function
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_query.c52 fd_hw_sample_init(batch, sizeof(struct fd_rb_samp_ctrs)); in occlusion_get_sample()