Searched refs:pphwsp_addr (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
H A Daub_write.h63 uint64_t pphwsp_addr; member in struct:aub_file::__anon7452e20c0108
H A Daubinator.c145 uint32_t pphwsp_addr = context_descriptor & 0xfffff000; local in function:handle_execlist_write
146 struct gen_batch_decode_bo pphwsp_bo = aub_mem_get_ggtt_bo(&mem, pphwsp_addr);
148 (pphwsp_addr - pphwsp_bo.addr) +
H A Daub_write.c474 aub->engine_setup[engine_class].pphwsp_addr = phys_addr;
505 register_write_out(aub, HWS_PGA_RCSUNIT, aub->engine_setup[I915_ENGINE_CLASS_RENDER].pphwsp_addr);
506 register_write_out(aub, HWS_PGA_VCSUNIT0, aub->engine_setup[I915_ENGINE_CLASS_VIDEO].pphwsp_addr);
507 register_write_out(aub, HWS_PGA_BCSUNIT, aub->engine_setup[I915_ENGINE_CLASS_COPY].pphwsp_addr);
H A Daubinator_viewer.cpp716 uint32_t pphwsp_addr = context_descriptor & 0xfffff000; local in function:display_batch_execlist_write
718 aub_mem_get_ggtt_bo(&window->mem, pphwsp_addr);
720 (pphwsp_addr - pphwsp_bo.addr) +
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Daubinator.c144 uint32_t pphwsp_addr = context_descriptor & 0xfffff000; local in function:handle_execlist_write
145 struct intel_batch_decode_bo pphwsp_bo = aub_mem_get_ggtt_bo(&mem, pphwsp_addr);
147 (pphwsp_addr - pphwsp_bo.addr) +
H A Daub_write.h71 uint64_t pphwsp_addr; member in struct:aub_hw_context
H A Daubinator_viewer.cpp714 uint32_t pphwsp_addr = context_descriptor & 0xfffff000; local in function:display_batch_execlist_write
716 aub_mem_get_ggtt_bo(&window->mem, pphwsp_addr);
718 (pphwsp_addr - pphwsp_bo.addr) +
H A Daub_write.c546 hw_ctx->pphwsp_addr = ggtt_addr;
670 return cs->hw_class | hw_ctx->pphwsp_addr | CONTEXT_FLAGS;

Completed in 17 milliseconds