Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/tools/
Daubinator_viewer.h80 uint64_t instruction_base; member
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()
/external/mesa3d/src/intel/common/
Dgen_batch_decoder.c134 uint64_t addr = ctx->instruction_base + ksp; in ctx_disassemble_program()
217 uint64_t surface_base = 0, dynamic_base = 0, instruction_base = 0; in handle_state_base_address() local
226 instruction_base = iter.raw_value; in handle_state_base_address()
243 ctx->instruction_base = instruction_base; in handle_state_base_address()
Dgen_decoder.h245 uint64_t instruction_base; member
/external/mesa3d/src/gallium/drivers/iris/
Diris_batch.c225 batch->decoder.instruction_base = IRIS_MEMZONE_SHADER_START; in iris_init_batch()