Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_ir.cpp17 thread_local aco::monotonic_buffer_resource* instruction_buffer = nullptr; variable
64 instruction_buffer = &program->m; in init_program()
1499 void* data = instruction_buffer->allocate(total_size, alignof(uint32_t)); in create_instruction()