Searched refs:gen_type (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_draw_arrays.c94 unsigned gen_type,
108 if (compare(hwtnl->index_cache[prim][i].gen_nr, gen_nr, gen_type)) {
117 else if (gen_type == U_GENERATE_REUSABLE) {
214 enum indices_mode gen_type; local in function:svga_hwtnl_draw_arrays
253 gen_type = u_unfilled_generator(prim,
265 gen_type = u_index_generator(svga_hw_prims,
274 if (gen_type == U_GENERATE_LINEAR) {
286 gen_type,
92 retrieve_or_generate_indices(struct svga_hwtnl * hwtnl,enum pipe_prim_type prim,unsigned gen_type,unsigned gen_nr,unsigned gen_size,u_generate_func generate,struct pipe_resource ** out_buf) argument
H A Dsvga_draw_elements.c191 enum indices_mode gen_type; local in function:svga_hwtnl_draw_range_elements
199 gen_type = u_unfilled_translator(prim,
207 gen_type = u_index_translator(svga_hw_prims,
217 if (gen_type == U_TRANSLATE_MEMCPY) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_draw_arrays.c94 unsigned gen_type,
108 if (compare(hwtnl->index_cache[prim][i].gen_nr, gen_nr, gen_type)) {
117 else if (gen_type == U_GENERATE_REUSABLE) {
217 enum indices_mode gen_type; local in function:svga_hwtnl_draw_arrays
256 gen_type = u_unfilled_generator(prim,
268 gen_type = u_index_generator(svga_hw_prims,
277 if (gen_type == U_GENERATE_LINEAR) {
290 gen_type,
92 retrieve_or_generate_indices(struct svga_hwtnl * hwtnl,enum pipe_prim_type prim,unsigned gen_type,unsigned gen_nr,unsigned gen_size,u_generate_func generate,struct pipe_resource ** out_buf) argument
H A Dsvga_draw_elements.c225 enum indices_mode gen_type; local in function:svga_hwtnl_draw_range_elements
233 gen_type = u_unfilled_translator(info->mode,
249 gen_type = u_index_translator(svga_hw_prims,
259 if ((gen_type == U_TRANSLATE_MEMCPY) && (info->index_size == gen_size)) {
/xsrc/external/mit/MesaLib.old/dist/src/intel/common/
H A Dgen_decoder.h139 struct gen_type { struct
179 struct gen_type type;
H A Dgen_decoder.c277 static struct gen_type
285 return (struct gen_type) { .kind = GEN_TYPE_INT };
287 return (struct gen_type) { .kind = GEN_TYPE_UINT };
289 return (struct gen_type) { .kind = GEN_TYPE_BOOL };
291 return (struct gen_type) { .kind = GEN_TYPE_FLOAT };
293 return (struct gen_type) { .kind = GEN_TYPE_ADDRESS };
295 return (struct gen_type) { .kind = GEN_TYPE_OFFSET };
297 return (struct gen_type) { .kind = GEN_TYPE_UFIXED, .i = i, .f = f };
299 return (struct gen_type) { .kind = GEN_TYPE_SFIXED, .i = i, .f = f };
301 return (struct gen_type) {
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
H A Daubinator_viewer_decoder.cpp77 if (iter.field->type.kind == gen_type::GEN_TYPE_BOOL && iter.raw_value) {

Completed in 7 milliseconds