/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_vec4_tcs.cpp | 155 unsigned first_component, in emit_input_urb_read() 182 src.swizzle = BRW_SWZ_COMP_INPUT(first_component); in emit_input_urb_read() 190 unsigned first_component, in emit_output_urb_read() 198 brw_imm_ud(dst.writemask << first_component), indirect_offset); in emit_output_urb_read() 206 if (first_component) { in emit_output_urb_read() 210 BRW_SWZ_COMP_INPUT(first_component)))); in emit_output_urb_read() 263 unsigned first_component = nir_intrinsic_component(instr); in nir_emit_intrinsic() local 267 first_component, indirect_offset); in nir_emit_intrinsic() 295 unsigned first_component = nir_intrinsic_component(instr); in nir_emit_intrinsic() local 296 if (first_component) { in nir_emit_intrinsic() 152 emit_input_urb_read(const dst_reg &dst, const src_reg &vertex_index, unsigned base_offset, unsigned first_component, const src_reg &indirect_offset) emit_input_urb_read() argument 188 emit_output_urb_read(const dst_reg &dst, unsigned base_offset, unsigned first_component, const src_reg &indirect_offset) emit_output_urb_read() argument [all...] |
H A D | brw_vec4_tcs.h | 60 unsigned first_component, 64 unsigned first_component,
|
H A D | brw_vec4_tes.cpp | 157 unsigned first_component = nir_intrinsic_component(instr); in nir_emit_intrinsic() local 180 src.swizzle = BRW_SWZ_COMP_INPUT(first_component); in nir_emit_intrinsic() 198 src.swizzle = BRW_SWZ_COMP_INPUT(first_component); in nir_emit_intrinsic()
|
H A D | brw_fs_nir.cpp | 2513 unsigned first_component) 2527 fs_reg(ATTR, imm_offset + i + first_component, dst.type)); 2621 if (first_component != 0) { 2622 unsigned read_components = num_components + first_component; 2630 offset(tmp, bld, i + first_component)); 2642 unsigned read_components = num_components + first_component; 2649 if (first_component != 0) { 2656 offset(tmp, bld, i + first_component)); 2927 unsigned first_component = nir_intrinsic_component(instr); 2934 if (first_component ! [all...] |
H A D | brw_reg.h | 1115 brw_writemask_for_component_packing(unsigned n, unsigned first_component) 1117 assert(first_component + n <= 4); 1118 return (((1 << n) - 1) << first_component);
|
H A D | brw_fs.h | 329 unsigned num_components, unsigned first_component); 641 uint32_t first_component,
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_wrmasks.c | 110 unsigned first_component = ffs(wrmask) - 1; in split_wrmask() local 111 unsigned length = ffs(~(wrmask >> first_component)) - 1; in split_wrmask() 119 unsigned cur_mask = (BITFIELD_MASK(length) << first_component); in split_wrmask() 136 align_off += offset_units * first_component; in split_wrmask() 146 unsigned offset_adj = offset_units * first_component; in split_wrmask()
|
/third_party/rust/crates/cxx/gen/src/ |
H A D | check.rs | 18 let first_component = Path::new(&include.path).components().next(); in check_dot_includes() 19 if let Some(Component::CurDir) | Some(Component::ParentDir) = first_component { in check_dot_includes()
|
/third_party/rust/crates/cxx/gen/cmd/src/gen/ |
H A D | check.rs | 18 let first_component = Path::new(&include.path).components().next(); in check_dot_includes() 19 if let Some(Component::CurDir) | Some(Component::ParentDir) = first_component { in check_dot_includes()
|
/third_party/rust/crates/cxx/gen/build/src/gen/ |
H A D | check.rs | 18 let first_component = Path::new(&include.path).components().next(); in check_dot_includes() 19 if let Some(Component::CurDir) | Some(Component::ParentDir) = first_component { in check_dot_includes()
|
/third_party/rust/crates/cxx/gen/lib/src/gen/ |
H A D | check.rs | 18 let first_component = Path::new(&include.path).components().next(); in check_dot_includes() 19 if let Some(Component::CurDir) | Some(Component::ParentDir) = first_component { in check_dot_includes()
|
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | nir_to_vir.c | 367 uint32_t first_component = ffs(*writemask) - 1; in emit_tmu_general_store_writes() local 368 uint32_t last_component = first_component; in emit_tmu_general_store_writes() 372 assert(first_component <= last_component && in emit_tmu_general_store_writes() 375 for (int i = first_component; i <= last_component; i++) { in emit_tmu_general_store_writes() 389 base_const_offset + first_component * (*type_size); in emit_tmu_general_store_writes() 393 BITFIELD_RANGE(first_component, *tmu_writes); in emit_tmu_general_store_writes()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | gl_nir_link_varyings.c | 521 const unsigned first_component = xfb_offset; in xfb_decl_store() local 523 const unsigned start_word = BITSET_BITWORD(first_component); in xfb_decl_store() 539 start_range = first_component % BITSET_WORDBITS; in xfb_decl_store()
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_compile.c | 1333 unsigned first_component = __builtin_ffs(ins.mask) - 1; in emit_global() local 1337 ins.swizzle[0][i] = first_component; in emit_global()
|