Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c406 struct r600_shader_ctx { struct
407 struct tgsi_shader_info info;
408 struct tgsi_array_info *array_infos;
410 bool *spilled_arrays;
411 struct tgsi_parse_context parse;
412 const struct tgsi_token *tokens;
413 unsigned type;
414 unsigned file_offset[TGSI_FILE_COUNT];
415 unsigned temp_reg;
416 const struct r600_shader_tgsi_instruction *inst_info;
[all …]