Searched defs:is_int (Results 1 - 25 of 30) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_ops.h86 bool is_int = midgard_is_integer_op(op); local in function:midgard_is_integer_out_op
H A Dmidgard_print_constant.c40 bool is_int = midgard_is_integer_op(op); local in function:mir_print_constant_component
H A Dmir.c126 bool is_int = midgard_is_integer_op(ins->op); local in function:mir_nontrivial_mod
150 bool is_int = midgard_is_integer_op(ins->op); local in function:mir_nontrivial_outmod
H A Ddisassemble.c322 print_outmod(FILE *fp, unsigned outmod, bool is_int) argument
329 print_alu_outmod(FILE *fp, unsigned outmod, bool is_int, bool half) argument
642 print_srcmod(FILE *fp, bool is_int, bool expands, unsigned mod, bool scalar) argument
660 print_vector_src(disassemble_context * ctx,FILE * fp,unsigned src_binary,midgard_reg_mode mode,unsigned reg,midgard_shrink_mode shrink_mode,uint8_t src_mask,bool is_int,midgard_special_arg_mod arg_mod) argument
821 bool is_int = midgard_is_integer_op(op); local in function:print_vector_field
898 print_scalar_src(disassemble_context * ctx,FILE * fp,bool is_int,unsigned src_binary,unsigned reg) argument
935 bool is_int = midgard_is_integer_op(alu_field->op); local in function:print_scalar_field
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Ds_expression.h70 virtual bool is_int() const { return false; } function in class:s_expression
94 bool is_int() const { return true; } function in class:s_int
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Ds_expression.h70 virtual bool is_int() const { return false; } function in class:s_expression
94 bool is_int() const { return true; } function in class:s_int
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dvk_format_parse.py197 def is_int(self): member in class:Format
H A Dtu_pipeline.c1307 const bool is_int = vk_format_is_int(format); local in function:tu6_emit_rb_mrt_controls
1256 tu6_rb_mrt_control(const VkPipelineColorBlendAttachmentState * att,uint32_t rb_mrt_control_rop,bool is_int,bool has_alpha) argument
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dformat_parser.py373 def is_int(self): member in class:Format
H A Dteximage.c2497 bool is_int = _mesa_is_enum_format_integer(internalFormat); local in function:copytexture_error_check
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dvk_format_parse.py205 def is_int(self): member in class:Format
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_format_parse.py213 def is_int(self): member in class:Format
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_util.h305 tu6_pack_border_color(struct bcolor_entry *bcolor, const VkClearColorValue *val, bool is_int) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dformat_parser.py373 def is_int(self): member in class:Format
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format_parse.py270 def is_int(self): member in class:Format
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
H A Ddisassemble.c415 bool is_int = midgard_is_integer_op(alu_field->op); local in function:print_vector_field
134 print_vector_src(unsigned src_binary,bool out_high,midgard_reg_mode mode,unsigned reg,bool is_int) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_emit.c738 bool is_int = util_format_is_pure_integer(format); local in function:fd3_emit_state
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_emit.c700 bool is_int = util_format_is_pure_integer(format); local in function:fd4_emit_state
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_emit.c728 bool is_int = util_format_is_pure_integer(format); local in function:fd5_emit_state
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_emit.c777 bool is_int = util_format_is_pure_integer(format); local in function:fd3_emit_state
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_emit.c720 bool is_int = util_format_is_pure_integer(format); local in function:fd4_emit_state
/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/trivial/
H A Dcompute.c1129 bool is_int = util_format_is_pure_integer(surface_fmts[i]); local in function:test_surface_ld
1249 bool is_int = util_format_is_pure_integer(surface_fmts[i]); local in function:test_surface_st
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_emit.c975 bool is_int = util_format_is_pure_integer(format); local in function:fd6_emit_state
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_emit.c801 bool is_int = util_format_is_pure_integer(format); local in function:fd5_emit_state
/xsrc/external/mit/MesaLib/dist/src/gallium/tests/trivial/
H A Dcompute.c1129 bool is_int = util_format_is_pure_integer(surface_fmts[i]); local in function:test_surface_ld
1254 bool is_int = util_format_is_pure_integer(surface_fmts[i]); local in function:test_surface_st

Completed in 57 milliseconds

12