Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c417 struct r600_shader_ctx { struct
418 struct tgsi_shader_info info;
419 struct tgsi_array_info *array_infos;
421 bool *spilled_arrays;
422 struct tgsi_parse_context parse;
423 const struct tgsi_token *tokens;
424 unsigned type;
425 unsigned file_offset[TGSI_FILE_COUNT];
426 unsigned temp_reg;
427 const struct r600_shader_tgsi_instruction *inst_info;
[all …]