Home
last modified time | relevance | path

Searched defs:raw_type (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/intel/compiler/elk/
Delk_fs_lower_regioning.cpp493 const elk_reg_type raw_type = elk_int_type(MIN2(type_sz(tmp.type), 4), in lower_src_region() local
542 const elk_reg_type raw_type = elk_int_type(MIN2(type_sz(tmp.type), 4), in lower_dst_region() local
583 const elk_reg_type raw_type = required_exec_type(v->devinfo, inst); in lower_exec_type() local
/third_party/mesa3d/src/intel/compiler/
Dbrw_lower_regioning.cpp573 const brw_reg_type raw_type = brw_int_type(MIN2(brw_type_size_bytes(tmp.type), 4), in lower_src_region() local
631 const brw_reg_type raw_type = in lower_dst_region() local
688 const brw_reg_type raw_type = required_exec_type(v->devinfo, inst); in lower_exec_type() local
/third_party/cares/src/lib/record/
Dares_dns_parse.c763 unsigned short raw_type) in ares_dns_parse_rr_raw_rr()
962 ares_dns_rec_type_t type, unsigned short raw_type, in ares_dns_parse_rr_data()
1071 unsigned short raw_type; in ares_dns_parse_rr() local
/third_party/rust/crates/bindgen/bindgen/codegen/
Dhelpers.rs157 pub(crate) fn raw_type(ctx: &BindgenContext, name: &str) -> syn::Type { in raw_type() function
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c1617 SpvId raw_type = get_alu_type(ctx, *atype, 1, bit_size); in get_alu_src_raw() local