Searched refs:surface_base (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/intel/common/ |
D | gen_batch_decoder.c | 217 uint64_t surface_base = 0, dynamic_base = 0, instruction_base = 0; in handle_state_base_address() local 222 surface_base = iter.raw_value; in handle_state_base_address() 240 ctx->surface_base = surface_base; in handle_state_base_address() 257 count = update_count(ctx, ctx->surface_base + offset, in dump_binding_table() 258 ctx->surface_base, 1, 8); in dump_binding_table() 267 ctx_get_bo(ctx, true, ctx->surface_base + offset); in dump_binding_table() 279 uint64_t addr = ctx->surface_base + pointers[i]; in dump_binding_table()
|
D | gen_decoder.h | 243 uint64_t surface_base; member
|
/external/mesa3d/src/intel/tools/ |
D | aubinator_viewer_decoder.cpp | 168 uint64_t surface_base = 0, dynamic_base = 0, instruction_base = 0; in handle_state_base_address() local 173 surface_base = iter.raw_value; in handle_state_base_address() 191 ctx->surface_base = surface_base; in handle_state_base_address() 216 ctx_get_bo(ctx, true, ctx->surface_base + offset); in dump_binding_table() 221 ctx->surface_base + offset); in dump_binding_table() 230 uint64_t addr = ctx->surface_base + pointers[i]; in dump_binding_table()
|
D | aubinator_viewer.h | 78 uint64_t surface_base; member
|
/external/mesa3d/src/vulkan/wsi/ |
D | wsi_common_display.c | 823 wsi_display_surface_get_capabilities(VkIcdSurfaceBase *surface_base, in wsi_display_surface_get_capabilities() argument 827 VkIcdSurfaceDisplay *surface = (VkIcdSurfaceDisplay *) surface_base; in wsi_display_surface_get_capabilities() 859 VkIcdSurfaceBase *surface_base, in wsi_display_surface_get_surface_counters() argument 976 wsi_display_surface_get_present_rectangles(VkIcdSurfaceBase *surface_base, in wsi_display_surface_get_present_rectangles() argument 981 VkIcdSurfaceDisplay *surface = (VkIcdSurfaceDisplay *) surface_base; in wsi_display_surface_get_present_rectangles()
|
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_batch.c | 393 batch->decoder.surface_base = batch->last_surface_base_address; in iris_batch_reset()
|