Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.h56 struct isel_context { struct
57 const struct aco_compiler_options* options;
58 const struct radv_shader_args* args;
59 Program* program;
60 nir_shader* shader;
61 uint32_t constant_data_offset;
62 Block* block;
63 uint32_t first_temp_id;
64 std::unordered_map<unsigned, std::array<Temp, NIR_MAX_VEC_COMPONENTS>> allocated_vec;
65 Stage stage;
[all …]