Home
last modified time | relevance | path

Searched refs:instruction_base (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/intel/tools/
Daubinator_viewer_decoder.cpp146 uint64_t addr = ctx->instruction_base + ksp; in ctx_disassemble_program()
168 uint64_t surface_base = 0, dynamic_base = 0, instruction_base = 0; in handle_state_base_address() local
177 instruction_base = iter.raw_value; in handle_state_base_address()
194 ctx->instruction_base = instruction_base; in handle_state_base_address()
Daubinator_viewer.h80 uint64_t instruction_base; member
/third_party/mesa3d/src/intel/common/
Dintel_batch_decoder.c136 uint64_t addr = ctx->instruction_base + ksp; in ctx_disassemble_program()
219 uint64_t surface_base = 0, dynamic_base = 0, instruction_base = 0; in handle_state_base_address() local
228 instruction_base = iter.raw_value; in handle_state_base_address()
245 ctx->instruction_base = instruction_base; in handle_state_base_address()
Dintel_decoder.h250 uint64_t instruction_base; member
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_batch.c238 batch->decoder.instruction_base = IRIS_MEMZONE_SHADER_START; in iris_init_batch()
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c3158 device->decoder_ctx.instruction_base = in anv_CreateDevice()