| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| ir_expression_operation.py | 42 type and the result type of the operation is the same as the input type. 53 same type but the result type of the operation is different from the 197 # operation consumes a vector and produces a scalar. 211 # operation consumes a vector and produces a scalar. 325 class operation(object): class in inherits:object 418 operation("bit_not", 1, printable_name="~", source_types=integer_types, c_expression="~ {src0}"), 419 operation("logic_not", 1, printable_name="!", source_types=(bool_type,), c_expression="!{src0}"), 420 operation("neg", 1, source_types=numeric_types, c_expression={'u': "-((int) {src0})", 'u64': "-((int64_t) {src0})", 'default': "-{src0}"}), 421 operation("abs", 1, source_types=signed_numeric_types, c_expression={'i': "{src0} < 0 ? -{src0} : {src0}", 'f': "fabsf({src0})", 'd': "fabs({src0})", 'i64': "{src0} < 0 ? -{src0} : {src0}"}), 422 operation("sign", 1, source_types=signed_numeric_types, c_expression={'i': "({src0} > 0) - ({src0} < 0)", 'f (…) [all...] |
| opt_rebalance_tree.cpp | 142 ir_expression_operation operation; member in struct:__anon745::is_reduction_data 166 is_reduction_operation(ir_expression_operation operation) 168 switch (operation) { 250 if (is_reduction_operation(expr->operation)) { 251 if (ird->operation != 0 && ird->operation != expr->operation) 253 ird->operation = expr->operation; 263 ird.operation = (ir_expression_operation)0 [all...] |
| lower_instructions.cpp | 52 * there is no subtract operation separate from adding the negation. 63 * reciprocal. By breaking the operation down, constant reciprocals 203 ir->operation = ir_binop_add; 222 ir->operation = ir_binop_mul; 268 ir->operation = ir_unop_f2i; 271 ir->operation = ir_unop_i2u; 285 ir->operation = ir_unop_exp2; 299 ir->operation = ir_unop_exp2; 310 ir->operation = ir_binop_mul; 361 ir->operation = ir_binop_sub 1706 const ir_expression_operation operation = local [all...] |
| ir.h | 1555 * Constructor for unary operation expressions 1560 * Constructor for binary operation expressions 1565 * Constructor for ternary operation expressions 1598 return operation == ir_binop_all_equal || 1599 operation == ir_binop_any_nequal || 1600 operation == ir_binop_dot || 1601 operation == ir_binop_vector_extract || 1602 operation == ir_triop_vector_insert || 1603 operation == ir_binop_ubo_load || 1604 operation == ir_quadop_vector 1633 ir_expression_operation operation; member in class:ir_expression [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| ir_expression_operation.py | 42 type and the result type of the operation is the same as the input type. 53 same type but the result type of the operation is different from the 197 # operation consumes a vector and produces a scalar. 211 # operation consumes a vector and produces a scalar. 325 class operation(object): class in inherits:object 418 operation("bit_not", 1, printable_name="~", source_types=integer_types, c_expression="~ {src0}"), 419 operation("logic_not", 1, printable_name="!", source_types=(bool_type,), c_expression="!{src0}"), 420 operation("neg", 1, source_types=numeric_types, c_expression={'u': "-((int) {src0})", 'default': "-{src0}"}), 421 operation("abs", 1, source_types=signed_numeric_types, c_expression={'i': "{src0} < 0 ? -{src0} : {src0}", 'f': "fabsf({src0})", 'd': "fabs({src0})", 'i64': "{src0} < 0 ? -{src0} : {src0}"}), 422 operation("sign", 1, source_types=signed_numeric_types, c_expression={'i': "({src0} > 0) - ({src0} < 0)", 'f (…) [all...] |
| opt_rebalance_tree.cpp | 142 ir_expression_operation operation; member in struct:__anon3380::is_reduction_data 166 is_reduction_operation(ir_expression_operation operation) 168 switch (operation) { 250 if (is_reduction_operation(expr->operation)) { 251 if (ird->operation != 0 && ird->operation != expr->operation) 253 ird->operation = expr->operation; 263 ird.operation = (ir_expression_operation)0 [all...] |
| lower_instructions.cpp | 52 * there is no subtract operation separate from adding the negation. 63 * reciprocal. By breaking the operation down, constant reciprocals 196 ir->operation = ir_binop_add; 215 ir->operation = ir_binop_mul; 261 ir->operation = ir_unop_f2i; 264 ir->operation = ir_unop_i2u; 278 ir->operation = ir_unop_exp2; 292 ir->operation = ir_unop_exp2; 303 ir->operation = ir_binop_mul; 354 ir->operation = ir_binop_sub 1679 const ir_expression_operation operation = local [all...] |
| ir.h | 1520 * Constructor for unary operation expressions 1525 * Constructor for binary operation expressions 1530 * Constructor for ternary operation expressions 1563 return operation == ir_binop_all_equal || 1564 operation == ir_binop_any_nequal || 1565 operation == ir_binop_dot || 1566 operation == ir_binop_vector_extract || 1567 operation == ir_triop_vector_insert || 1568 operation == ir_binop_ubo_load || 1569 operation == ir_quadop_vector 1598 ir_expression_operation operation; member in class:ir_expression [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| aub_read.c | 134 int operation = p[1] & AUB_TRACE_OPERATION_MASK; local 144 switch (operation) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/ |
| aub_read.c | 136 int operation = p[1] & AUB_TRACE_OPERATION_MASK; local 146 switch (operation) {
|
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| lx_exa.c | 390 Operation Type Channel Alpha 408 int operation; member in struct:blend_ops_t 550 GEODE_FALLBACK(("Operation %d is not supported\n", op)); 582 GEODE_FALLBACK(("Multipass operation requires off-screen buffer\n")); 608 GEODE_FALLBACK(("Transform operation is non-trivial\n")); 661 GEODE_FALLBACK(("Operation requires src alpha, but alphabits is unset\n")); 664 GEODE_FALLBACK(("Operation requires dst alpha, but alphabits is unset\n")); 670 /* If this is a rotate operation, then make sure the src and dst 851 gp_set_alpha_operation(opPtr->operation, type, opPtr->channel, apply, 905 gp_set_alpha_operation(opPtr->operation, type, opPtr->channel, apply, 0) [all...] |
| /xsrc/external/mit/libXt/dist/include/X11/ |
| TranslateI.h | 234 unsigned char operation; /*replace,augment,override*/ member in struct:_TranslationData 250 unsigned char operation; member in struct:_ATranslationData 548 _XtTranslateOp /* operation */
|
| /xsrc/external/mit/libXt/dist/src/ |
| TMparse.c | 1965 char operation[20]; local 1972 (void) memcpy(operation, start, (size_t) len); 1973 operation[len] = '\0'; 1974 if (!strcmp(operation, "replace")) 1976 else if (!strcmp(operation, "augment")) 1978 else if (!strcmp(operation, "override")) 2043 xlations->operation = (unsigned char) actualOp;
|
| /xsrc/external/mit/MesaLib/dist/include/drm-uapi/ |
| amdgpu_drm.h | 174 /** Type of operation */ 175 __u32 operation; member in struct:drm_amdgpu_bo_list_in 312 * perform any operation. 523 __u32 operation; member in struct:drm_amdgpu_gem_va
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| nv50_ir.h | 41 enum operation enum in namespace:nv50_ir 253 // Or put the type into operation and have a couple 1000 values in that enum. 627 Modifier(operation op); 639 operation getOp() const; 860 Instruction(Function *, operation, DataType); 945 operation op; 1075 TexInstruction(Function *, operation); 1127 CmpInstruction(Function *, operation); 1142 FlowInstruction(Function *, operation, void *target);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| nv50_ir.h | 41 enum operation enum in namespace:nv50_ir 246 // Or put the type into operation and have a couple 1000 values in that enum. 575 Modifier(operation op); 587 operation getOp() const; 808 Instruction(Function *, operation, DataType); 893 operation op; 1021 TexInstruction(Function *, operation); 1073 CmpInstruction(Function *, operation); 1088 FlowInstruction(Function *, operation, void *target);
|
| /xsrc/external/mit/libX11/dist/include/X11/ |
| Xlib.h | 178 int function; /* logical operation */ 1324 XIMStringConversionOperation operation; member in struct:_XIMStringConversionCallbackStruct
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| brw_structs.h | 55 unsigned int operation:2; member in struct:brw_3d_control::__anon7527
|
| /xsrc/external/mit/xf86-video-intel/dist/xvmc/ |
| brw_structs.h | 55 unsigned int operation:2; member in struct:brw_3d_control::__anon7694
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| brw_structs.h | 55 unsigned int operation:2; member in struct:brw_3d_control::__anon8381
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/ |
| brw_structs.h | 55 unsigned int operation:2; member in struct:brw_3d_control::__anon8543
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| brw_structs.h | 55 unsigned int operation:2; member in struct:brw_3d_control::__anon8734
|
| /xsrc/external/mit/libdrm/dist/include/drm/ |
| amdgpu_drm.h | 211 /** Type of operation */ 212 __u32 operation; member in struct:drm_amdgpu_bo_list_in 343 * For operation AMDGPU_USERQ_OP_CREATE: user is expected 345 * For operation AMDGPU_USERQ_OP_FREE: the only input parameter expected 351 /** Queue id passed for operation USERQ_OP_FREE */ 414 * For operation AMDGPU_USERQ_OP_CREATE: This field contains a unique 621 * perform any operation. 845 __u32 operation; member in struct:drm_amdgpu_gem_va
|
| radeon_drm.h | 824 * perform any operation. 944 __u32 operation; member in struct:drm_radeon_gem_va
|
| /xsrc/external/mit/xedit/dist/lisp/ |
| core.c | 3936 char *operation; local 3948 operation = ATOMID(object)->value; 3949 if (strcmp(operation, "SPECIAL") == 0) { 3957 else if (strcmp(operation, "TYPE") == 0) {
|