Home
last modified time | relevance | path

Searched refs:r600_shader_array (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.h121 struct r600_shader_array * arrays;
163 struct r600_shader_array { struct
Dr600_shader.c105 sizeof(struct r600_shader_array)); in r600_add_gpr_array()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_parser.cpp134 r600_shader_array &a = pshader->arrays[i]; in parse_decls()
146 r600_shader_array &a = pshader->arrays[i]; in parse_decls()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader_base.cpp1163 shader.arrays = (r600_shader_array *)calloc(shader.num_arrays, sizeof(r600_shader_array)); in get_array_info()