/third_party/mesa3d/src/gallium/auxiliary/translate/ |
D | translate_sse.c | 142 get_const(struct translate_sse *p, unsigned id) in get_const() function 247 sse_orps(p->func, data, get_const(p, CONST_IDENTITY)); in emit_load_float32() 254 sse_shufps(p->func, data, get_const(p, CONST_IDENTITY), in emit_load_float32() 257 sse_movlhps(p->func, data, get_const(p, CONST_IDENTITY)); in emit_load_float32() 270 sse_shufps(p->func, data, get_const(p, CONST_IDENTITY), in emit_load_float32() 297 sse_shufps(p->func, data, get_const(p, CONST_IDENTITY), in emit_load_float64to32() 304 sse_shufps(p->func, data, get_const(p, CONST_IDENTITY), in emit_load_float64to32() 307 sse_movlhps(p->func, data, get_const(p, CONST_IDENTITY)); in emit_load_float64to32() 319 sse_orps(p->func, data, get_const(p, CONST_IDENTITY)); in emit_load_float64to32() 540 sse2_punpcklbw(p->func, dataXMM, get_const(p, CONST_IDENTITY)); in translate_attr_convert() [all …]
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_expr.h | 63 value* get_const(const literal &l);
|
D | sb_expr.cpp | 62 value * expr_handler::get_const(const literal &l) { in get_const() function in r600_sb::expr_handler 311 assign_source(*I, get_const(0.0f)); in fold() 313 assign_source(*I, get_const(1.0f)); in fold() 473 assign_source(n.dst[0], get_const(dv)); in fold_alu_op1() 884 assign_source(n.dst[0], get_const(dv)); in fold_alu_op2() 1146 assign_source(n.dst[0], get_const(dv)); in fold_alu_op3()
|
/third_party/quickjs/ |
D | qjscalc.js | 611 function get_const(n) { function 663 get E() { return get_const(0); }, 664 get LN10() { return get_const(1); }, 666 get LOG2E() { return get_const(3); }, 667 get LOG10E() { return get_const(4); }, 669 get SQRT1_2() { return get_const(6); }, 670 get SQRT2() { return get_const(7); },
|
/third_party/boost/boost/graph/ |
D | adjacency_matrix.hpp | 1051 static const_type get_const( in get_const() function 1118 static const_type get_const( in get_const() function 1163 return property_map< adjacency_matrix< D, VP, EP, GP, A >, Tag >::get_const( in get()
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_optimizer.cpp | 195 Operand op32 = Operand::get_const(chip, constant, 4); in set_constant() 779 return Operand::get_const(ctx.program->chip_class, info.val, bits / 8u); in get_constant_op() 1374 Operand::get_const(ctx.program->chip_class, val, instr->definitions[0].bytes()); in label_instruction()
|
D | aco_lower_to_hw_instr.cpp | 1001 *op = Operand::get_const(ctx->program->chip_class, val, bytes); in split_copy() 1482 copy.op = Operand::get_const(ctx->program->chip_class, val, new_size); in try_coalesce_copies()
|
D | aco_ir.h | 673 static Operand get_const(enum chip_class chip, uint64_t val, unsigned bytes) in get_const() function
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.0.0.rst | 2738 - aco: add get_const/is_constant_representable helpers
|