HomeSort by relevance Sort by last modified time
    Searched refs:nir_alu_type (Results 1 - 18 of 18) sorted by null

  /external/mesa3d/src/compiler/nir/
nir_search.h 70 nir_alu_type type;
86 nir_alu_type type;
nir.h 661 } nir_alu_type; typedef in typeref:enum:__anon29273
667 nir_alu_type_get_type_size(nir_alu_type type)
673 nir_alu_type_get_base_type(nir_alu_type type)
678 static inline nir_alu_type
702 nir_op nir_type_conversion_op(nir_alu_type src, nir_alu_type dst);
738 nir_alu_type output_type;
750 nir_alu_type input_types[4];
    [all...]
nir.c     [all...]
nir_loop_analyze.c 402 nir_alu_type induction_base_type,
463 nir_alu_type induction_base_type =
nir_search.c 51 src_is_type(nir_src src, nir_alu_type type)
64 nir_alu_type output_type = nir_op_infos[src_alu->op].output_type;
nir_validate.c 232 nir_alu_type src_type = nir_op_infos[instr->op].input_types[index];
344 nir_alu_type type = nir_op_infos[instr->op].output_type;
    [all...]
nir_lower_tex.c 607 get_zero_or_one(nir_builder *b, nir_alu_type type, uint8_t swizzle_val)
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_nir.h 132 enum brw_reg_type brw_type_for_nir_type(nir_alu_type type);
134 enum glsl_base_type brw_glsl_base_type_for_nir_type(nir_alu_type type);
brw_vec4.h 356 dst_reg get_nir_dest(const nir_dest &dest, nir_alu_type type);
360 src_reg get_nir_src(const nir_src &src, nir_alu_type type,
brw_vec4_nir.cpp 297 vec4_visitor::get_nir_dest(const nir_dest &dest, nir_alu_type type)
325 vec4_visitor::get_nir_src(const nir_src &src, nir_alu_type type,
    [all...]
brw_nir.c 707 brw_type_for_nir_type(nir_alu_type type)
736 /* Returns the glsl_base_type corresponding to a nir_alu_type.
740 brw_glsl_base_type_for_nir_type(nir_alu_type type)
brw_fs_nir.cpp 423 (nir_alu_type)(nir_op_infos[src0->op].input_types[0] |
558 (nir_alu_type)(nir_op_infos[instr->op].output_type |
565 (nir_alu_type)(nir_op_infos[instr->op].input_types[i] |
    [all...]
  /external/mesa3d/src/compiler/spirv/
vtn_alu.c 215 nir_alu_type src, nir_alu_type dst)
461 nir_alu_type src_alu_type = nir_get_nir_type_for_glsl_type(vtn_src[0]->type);
462 nir_alu_type dst_alu_type = nir_get_nir_type_for_glsl_type(type);
487 nir_alu_type src_alu_type = nir_get_nir_type_for_glsl_type(vtn_src[0]->type);
488 nir_alu_type dst_alu_type = nir_get_nir_type_for_glsl_type(type);
508 nir_alu_type src_alu_type = nir_get_nir_type_for_glsl_type(vtn_src[0]->type);
509 nir_alu_type dst_alu_type = nir_get_nir_type_for_glsl_type(type);
vtn_private.h 486 nir_alu_type src, nir_alu_type dst);
spirv_to_nir.c     [all...]
  /external/mesa3d/src/intel/blorp/
blorp_priv.h 251 nir_alu_type texture_data_type;
blorp_blit.c 167 nir_alu_type dst_type)
202 nir_ssa_def *pos, nir_alu_type dst_type)
219 nir_ssa_def *pos, nir_alu_type dst_type)
235 nir_ssa_def *pos, nir_ssa_def *mcs, nir_alu_type dst_type)
605 nir_alu_type dst_type)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/nir/
tgsi_to_nir.c 63 nir_alu_type *samp_types;
287 nir_alu_type type;
    [all...]

Completed in 541 milliseconds