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

  /external/mesa3d/prebuilt-intermediates/nir/
nir_opcodes.c 23 .output_type = nir_type_int32,
238 nir_type_int32, nir_type_int32
266 nir_type_uint32, nir_type_uint32, nir_type_int32, nir_type_int32
317 .output_type = nir_type_int32,
429 .output_type = nir_type_int32,
919 .output_type = nir_type_int32,
924 nir_type_int32
1512 nir_type_int32
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_nir.c 716 case nir_type_int32:
751 case nir_type_int32:
brw_vec4_nir.cpp 335 return get_nir_src(src, nir_type_int32, num_components);
847 src_reg offset = get_nir_src(instr->src[0], nir_type_int32,
893 emit(ADD(dst_reg(surf_index), get_nir_src(instr->src[0], nir_type_int32,
    [all...]
  /external/mesa3d/src/compiler/nir/
nir.h 652 nir_type_int32 = 32 | nir_type_int, enumerator in enum:__anon27417
689 return nir_type_int32;
    [all...]

Completed in 730 milliseconds