Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_lower_regioning.cpp462 const brw_reg_type raw_type = brw_int_type(MIN2(type_sz(tmp.type), 4), in lower_src_region() local
511 const brw_reg_type raw_type = brw_int_type(MIN2(type_sz(tmp.type), 4), in lower_dst_region() local
552 const brw_reg_type raw_type = required_exec_type(v->devinfo, inst); in lower_exec_type() local
/third_party/rust/crates/bindgen/bindgen/codegen/
Dhelpers.rs162 pub fn raw_type(ctx: &BindgenContext, name: &str) -> TokenStream { in raw_type() function
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c1167 SpvId raw_type = bit_size == 1 ? spirv_builder_type_bool(&ctx->builder) : in get_alu_src_raw() local