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

  /external/mesa3d/src/compiler/nir/
nir_search.c 58 /* Turn nir_type_bool32 into nir_type_bool...they're the same thing. */
59 if (nir_alu_type_get_base_type(type) == nir_type_bool)
60 type = nir_type_bool;
66 if (type == nir_type_bool) {
71 return src_is_type(src_alu->src[0].src, nir_type_bool) &&
72 src_is_type(src_alu->src[1].src, nir_type_bool);
74 return src_is_type(src_alu->src[0].src, nir_type_bool);
84 if (type == nir_type_bool) {
nir.c     [all...]
nir.h 648 nir_type_bool, enumerator in enum:__anon27417
649 nir_type_bool32 = 32 | nir_type_bool,
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_nir_analyze_boolean_resolves.c 168 if (nir_alu_type_get_base_type(nir_op_infos[alu->op].output_type) == nir_type_bool) {
brw_nir.c 713 case nir_type_bool:
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_compiler_nir.c     [all...]
  /external/mesa3d/src/compiler/spirv/
spirv_to_nir.c     [all...]

Completed in 185 milliseconds