/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | MemoryLocation.h | 90 static LocationSize precise(uint64_t Value) { return LocationSize(Value); } in precise() function in llvm::LocationSize [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | QualifierTypes.h | 180 bool precise; member
|
H A D | Types.h | 377 bool precise; member in sh::TType 500 bool precise; member
|
/third_party/backends/backend/ |
H A D | as6e.c | 117 double precise; in as6e_unit_convert() local
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_build.c | 661 tgsi_build_instruction(enum tgsi_opcode opcode, unsigned saturate, unsigned precise, unsigned num_dst_regs, unsigned num_src_regs, struct tgsi_header *header) tgsi_build_instruction() argument
|
H A D | tgsi_text.c | 1042 uint precise = 0; in parse_instruction() local 1000 match_inst(const char **pcur, unsigned *saturate, unsigned *precise, const struct tgsi_opcode_info *info) match_inst() argument
|
H A D | tgsi_ureg.c | 210 bool precise; member 1260 ureg_emit_insn(struct ureg_program *ureg, enum tgsi_opcode opcode, boolean saturate, unsigned precise, unsigned num_dst, unsigned num_src) ureg_emit_insn() argument
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_query.c | 64 bool precise; member 280 convert_query_type(struct zink_screen *screen, enum pipe_query_type query_type, bool *precise) in convert_query_type() argument
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_asm.h | 288 boolean precise; member
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ast.h | 492 unsigned precise:1; member 976 int precise; /** < `precise` redeclaration */ member in ast_declarator_list
|
H A D | ir.h | 680 unsigned precise:1; member
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_optimizer.cpp | 2576 bool neg[3], abs[3], clamp, precise; in combine_three_valu_op() local 2669 bool neg[3], abs[3], clamp, precise; in combine_minmax() local 2944 bool neg[3], abs[3], clamp, precise; in combine_clamp() local 2473 match_op3_for_vop3(opt_ctx& ctx, aco_opcode op1, aco_opcode op2, Instruction* op1_instr, bool swap, const char* shuffle_str, Operand operands[3], bool neg[3], bool abs[3], uint8_t* opsel, bool* op1_clamp, uint8_t* op1_omod, bool* inbetween_neg, bool* inbetween_abs, bool* inbetween_opsel, bool* precise) match_op3_for_vop3() argument
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
H A D | nir_to_tgsi.c | 54 bool precise : 1; member 98 bool precise; member
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_tgsi_vgpu10.c | 2147 emit_opcode_precise(struct svga_shader_emitter_v10 *emit, unsigned vgpu10_opcode, boolean saturate, boolean precise) emit_opcode_precise() argument 6487 emit_instruction_opn(struct svga_shader_emitter_v10 *emit, unsigned opcode, const struct tgsi_full_dst_register *dst, const struct tgsi_full_src_register *src1, const struct tgsi_full_src_register *src2, const struct tgsi_full_src_register *src3, boolean saturate, bool precise) emit_instruction_opn() argument
|