Home
last modified time | relevance | path

Searched defs:isel_context (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_instruction_selection.h63 struct isel_context { struct
64 const struct aco_compiler_options* options;
65 const struct ac_shader_args* args;
66 Program* program;
67 nir_shader* shader;
68 uint32_t constant_data_offset;
69 Block* block;
70 uint32_t first_temp_id;
71 std::unordered_map<unsigned, std::array<Temp, NIR_MAX_VEC_COMPONENTS>> allocated_vec;
72 std::vector<Temp> unended_linear_vgprs;
[all …]