| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| nir_lower_bool_to_int32.c | 47 const nir_op_info *op_info = &nir_op_infos[alu->op]; local 110 for (unsigned i = 0; i < op_info->num_inputs; i++)
|
| nir_lower_bool_to_bitsize.c | 63 const nir_op_info *op_info = &nir_op_infos[alu->op]; local 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 320 for (unsigned i = 0; i < op_info->num_inputs; i++)
|
| nir_lower_bool_to_float.c | 48 const nir_op_info *op_info = &nir_op_infos[alu->op]; local 113 for (unsigned i = 0; i < op_info->num_inputs; i++)
|
| nir_builder.h | 444 const nir_op_info *op_info = &nir_op_infos[instr->op]; local 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 = &nir_op_infos[op] local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| nir_lower_bool_to_float.c | 48 const nir_op_info *op_info = &nir_op_infos[alu->op]; local 107 for (unsigned i = 0; i < op_info->num_inputs; i++)
|
| nir_lower_bool_to_int32.c | 47 const nir_op_info *op_info = &nir_op_infos[alu->op]; local 94 for (unsigned i = 0; i < op_info->num_inputs; i++)
|
| nir_builder.h | 394 const nir_op_info *op_info = &nir_op_infos[instr->op]; local 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 = &nir_op_infos[op] local [all...] |
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| glamor_render.c | 508 struct blendinfo *op_info; local 515 op_info = &composite_op_info[op]; 517 source_blend = op_info->source_blend; 518 dest_blend = op_info->dest_blend; 523 if (PICT_FORMAT_A(dest->format) == 0 && op_info->dest_alpha) { 541 && PICT_FORMAT_RGB(mask->format) != 0 && op_info->source_alpha) { 562 op_info_result->source_alpha = op_info->source_alpha; 563 op_info_result->dest_alpha = op_info->dest_alpha; 874 struct blendinfo *op_info, 1088 if (!glamor_set_composite_op(screen, op, op_info, dest, mask, ca_state 1203 struct blendinfo op_info, op_info_ca; local [all...] |
| glamor_program.c | 482 struct blendinfo *op_info; local 501 op_info = &composite_op_info[op]; 503 src_blend = op_info->source_blend; 504 dst_blend = op_info->dest_blend; 509 if (PICT_FORMAT_A(dst->format) == 0 && op_info->dest_alpha) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| sfn_emitaluinstruction.cpp | 215 const nir_op_info *op_info = &nir_op_infos[instr.op]; local 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 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/ |
| memory.cpp | 104 const void *op_info, cl_int *r_errcode) try { 109 auto reg = reinterpret_cast<const cl_buffer_region *>(op_info);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| 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);
|
| 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.old/dist/src/gallium/drivers/r600/sb/ |
| 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);
|
| 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/ |
| memory.cpp | 141 const void *op_info, cl_int *r_errcode) try { 146 auto reg = reinterpret_cast<const cl_buffer_region *>(op_info);
|