| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_bool_to_int32.c | 47 const nir_op_info *op_info = &nir_op_infos[alu->op]; local in function:lower_alu_instr 110 for (unsigned i = 0; i < op_info->num_inputs; i++)
|
| H A D | nir_lower_bool_to_bitsize.c | 63 const nir_op_info *op_info = &nir_op_infos[alu->op]; local in function:make_sources_canonical 65 for (uint32_t i = start_idx + 1; i < op_info->num_inputs; i++) { 96 const nir_op_info *op_info = &nir_op_infos[alu->op]; local in function:lower_alu_instr 320 for (unsigned i = 0; i < op_info->num_inputs; i++)
|
| H A D | nir_lower_bool_to_float.c | 48 const nir_op_info *op_info = &nir_op_infos[alu->op]; local in function:lower_alu_instr 113 for (unsigned i = 0; i < op_info->num_inputs; i++)
|
| H A D | nir_builder.h | 444 const nir_op_info *op_info = &nir_op_infos[instr->op]; local in function:nir_builder_alu_instr_finish_and_insert 451 unsigned num_components = op_info->output_size; 453 for (unsigned i = 0; i < op_info->num_inputs; i++) { 454 if (op_info->input_sizes[i] == 0) 464 unsigned bit_size = nir_alu_type_get_type_size(op_info->output_type); 466 for (unsigned i = 0; i < op_info->num_inputs; i++) { 468 if (nir_alu_type_get_type_size(op_info->input_types[i]) == 0) { 475 nir_alu_type_get_type_size(op_info->input_types[i])); 487 for (unsigned i = 0; i < op_info->num_inputs; i++) { 526 const nir_op_info *op_info local in function:nir_build_alu_src_arr [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_lower_bool_to_float.c | 48 const nir_op_info *op_info = &nir_op_infos[alu->op]; local in function:lower_alu_instr 107 for (unsigned i = 0; i < op_info->num_inputs; i++)
|
| H A D | nir_lower_bool_to_int32.c | 47 const nir_op_info *op_info = &nir_op_infos[alu->op]; local in function:lower_alu_instr 94 for (unsigned i = 0; i < op_info->num_inputs; i++)
|
| H A D | nir_builder.h | 394 const nir_op_info *op_info = &nir_op_infos[instr->op]; local in function:nir_builder_alu_instr_finish_and_insert 401 unsigned num_components = op_info->output_size; 403 for (unsigned i = 0; i < op_info->num_inputs; i++) { 404 if (op_info->input_sizes[i] == 0) 414 unsigned bit_size = nir_alu_type_get_type_size(op_info->output_type); 416 for (unsigned i = 0; i < op_info->num_inputs; i++) { 418 if (nir_alu_type_get_type_size(op_info->input_types[i]) == 0) { 425 nir_alu_type_get_type_size(op_info->input_types[i])); 437 for (unsigned i = 0; i < op_info->num_inputs; i++) { 476 const nir_op_info *op_info local in function:nir_build_alu_src_arr [all...] |
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_render.c | 451 struct blendinfo *op_info; local in function:glamor_set_composite_op 458 op_info = &composite_op_info[op]; 460 source_blend = op_info->source_blend; 461 dest_blend = op_info->dest_blend; 466 if (PICT_FORMAT_A(dest->format) == 0 && op_info->dest_alpha) { 484 && PICT_FORMAT_RGB(mask->format) != 0 && op_info->source_alpha) { 505 op_info_result->source_alpha = op_info->source_alpha; 506 op_info_result->dest_alpha = op_info->dest_alpha; 816 struct blendinfo *op_info, 1027 if (!glamor_set_composite_op(screen, op, op_info, des 804 glamor_composite_choose_shader(CARD8 op,PicturePtr source,PicturePtr mask,PicturePtr dest,PixmapPtr source_pixmap,PixmapPtr mask_pixmap,PixmapPtr dest_pixmap,glamor_pixmap_private * source_pixmap_priv,glamor_pixmap_private * mask_pixmap_priv,glamor_pixmap_private * dest_pixmap_priv,struct shader_key * s_key,glamor_composite_shader ** shader,struct blendinfo * op_info,PictFormatShort * psaved_source_format,enum ca_state ca_state) argument 1067 glamor_composite_set_shader_blend(glamor_screen_private * glamor_priv,glamor_pixmap_private * dest_priv,struct shader_key * key,glamor_composite_shader * shader,struct blendinfo * op_info) argument 1142 struct blendinfo op_info, op_info_ca; local in function:glamor_composite_with_shader [all...] |
| H A D | glamor_program.c | 462 struct blendinfo *op_info; local in function:glamor_set_blend 481 op_info = &composite_op_info[op]; 483 src_blend = op_info->source_blend; 484 dst_blend = op_info->dest_blend; 489 if (PICT_FORMAT_A(dst->format) == 0 && op_info->dest_alpha) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_emitaluinstruction.cpp | 215 const nir_op_info *op_info = &nir_op_infos[instr.op]; local in function:r600::EmitAluInstruction::preload_src 216 assert(op_info->num_inputs <= 4); 220 for (unsigned i = 0; i < op_info->num_inputs; ++i) { 304 const nir_op_info *op_info = &nir_op_infos[instr.op]; local in function:r600::EmitAluInstruction::split_constants 305 if (op_info->num_inputs < 2) 311 for (unsigned i = 0; i < op_info->num_inputs; ++i) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/api/ |
| H A D | memory.cpp | 104 const void *op_info, cl_int *r_errcode) try { 109 auto reg = reinterpret_cast<const cl_buffer_region *>(op_info); 102 clCreateSubBuffer(cl_mem d_mem,cl_mem_flags d_flags,cl_buffer_create_type op,const void * op_info,cl_int * r_errcode) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_pass.h | 229 struct op_info { struct in class:r600_sb::gcm 232 op_info() : top_bb(), bottom_bb() {} function in struct:r600_sb::gcm::op_info 235 typedef std::map<node*, op_info> op_info_map; 292 void bu_find_best_bb(node *n, op_info &oi);
|
| H A D | sb_gcm.cpp | 114 op_info &o = op_map[n]; 584 void gcm::bu_find_best_bb(node *n, op_info &oi) { 654 op_info &oi = op_map[n];
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_pass.h | 229 struct op_info { struct in class:r600_sb::gcm 232 op_info() : top_bb(), bottom_bb() {} function in struct:r600_sb::gcm::op_info 235 typedef std::map<node*, op_info> op_info_map; 292 void bu_find_best_bb(node *n, op_info &oi);
|
| H A D | sb_gcm.cpp | 114 op_info &o = op_map[n]; 584 void gcm::bu_find_best_bb(node *n, op_info &oi) { 654 op_info &oi = op_map[n];
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/api/ |
| H A D | memory.cpp | 141 const void *op_info, cl_int *r_errcode) try { 146 auto reg = reinterpret_cast<const cl_buffer_region *>(op_info); 139 clCreateSubBuffer(cl_mem d_mem,cl_mem_flags d_flags,cl_buffer_create_type op,const void * op_info,cl_int * r_errcode) argument
|