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.h49 struct isel_context { struct
50 const struct radv_nir_compiler_options* options;
51 const struct radv_shader_args* args;
52 Program* program;
53 nir_shader* shader;
54 uint32_t constant_data_offset;
55 Block* block;
56 uint32_t first_temp_id;
57 std::unordered_map<unsigned, std::array<Temp, NIR_MAX_VEC_COMPONENTS>> allocated_vec;
58 Stage stage;
[all …]