Searched refs:surface_base (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/intel/tools/ |
H A 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()
|
H A D | aubinator_viewer.h | 78 uint64_t surface_base; member
|
/third_party/mesa3d/src/intel/common/ |
H A D | intel_decoder.h | 247 uint64_t surface_base; member
|
H A D | intel_batch_decoder.c | 219 uint64_t surface_base = 0, dynamic_base = 0, instruction_base = 0; in handle_state_base_address() local 224 surface_base = iter.raw_value; in handle_state_base_address() 242 ctx->surface_base = surface_base; in handle_state_base_address() 304 ctx->surface_base; in dump_binding_table() 329 uint64_t addr = ctx->surface_base + pointers[i]; in dump_binding_table()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_batch.c | 239 batch->decoder.surface_base = IRIS_MEMZONE_BINDER_START; in iris_init_batch() 533 batch->decoder.surface_base = batch->last_binder_address; in iris_batch_reset()
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_display.c | 890 wsi_display_surface_get_capabilities(VkIcdSurfaceBase *surface_base, in wsi_display_surface_get_capabilities() argument 894 VkIcdSurfaceDisplay *surface = (VkIcdSurfaceDisplay *) surface_base; in wsi_display_surface_get_capabilities() 927 VkIcdSurfaceBase *surface_base, in wsi_display_surface_get_surface_counters() 1047 wsi_display_surface_get_present_rectangles(VkIcdSurfaceBase *surface_base, in wsi_display_surface_get_present_rectangles() argument 1052 VkIcdSurfaceDisplay *surface = (VkIcdSurfaceDisplay *) surface_base; in wsi_display_surface_get_present_rectangles() 926 wsi_display_surface_get_surface_counters( VkIcdSurfaceBase *surface_base, VkSurfaceCounterFlagsEXT *counters) wsi_display_surface_get_surface_counters() argument
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 3157 device->decoder_ctx.surface_base = SURFACE_STATE_POOL_MIN_ADDRESS; in anv_CreateDevice()
|
Completed in 18 milliseconds