Searched refs:first_component (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_tcs.h61 unsigned first_component,
65 unsigned first_component,
H A Dbrw_vec4_tcs.cpp159 unsigned first_component,
186 src.swizzle = BRW_SWZ_COMP_INPUT(first_component);
194 unsigned first_component,
202 brw_imm_ud(dst.writemask << first_component), indirect_offset);
210 if (first_component) {
214 BRW_SWZ_COMP_INPUT(first_component))));
266 unsigned first_component = nir_intrinsic_component(instr); local in function:brw::vec4_tcs_visitor::nir_emit_intrinsic
272 * We don't need to divide first_component by 2 because
278 first_component, indirect_offset);
295 first_component, indirect_offse
156 emit_input_urb_read(const dst_reg & dst,const src_reg & vertex_index,unsigned base_offset,unsigned first_component,const src_reg & indirect_offset) argument
192 emit_output_urb_read(const dst_reg & dst,unsigned base_offset,unsigned first_component,const src_reg & indirect_offset) argument
323 unsigned first_component = nir_intrinsic_component(instr); local in function:brw::vec4_tcs_visitor::nir_emit_intrinsic
[all...]
H A Dbrw_vec4_tes.cpp183 unsigned first_component = nir_intrinsic_component(instr); local in function:brw::vec4_tes_visitor::nir_emit_intrinsic
185 first_component /= 2;
210 src.swizzle = BRW_SWZ_COMP_INPUT(first_component);
231 src.swizzle = BRW_SWZ_COMP_INPUT(first_component);
259 temp_as_src.swizzle = BRW_SWZ_COMP_INPUT(first_component);
H A Dbrw_fs_nir.cpp2322 unsigned first_component)
2337 fs_reg(ATTR, imm_offset + i + first_component, dst.type));
2437 first_component = first_component / 2;
2443 if (first_component != 0) {
2444 unsigned read_components = num_components + first_component;
2451 offset(tmp, bld, i + first_component));
2464 unsigned read_components = num_components + first_component;
2468 if (first_component != 0) {
2475 offset(tmp, bld, i + first_component));
2317 emit_gs_input_load(const fs_reg & dst,const nir_src & vertex_src,unsigned base_offset,const nir_src & offset_src,unsigned num_components,unsigned first_component) argument
2542 unsigned first_component = nir_intrinsic_component(instr); local in function:fs_visitor::nir_emit_vs_intrinsic
2685 unsigned first_component = nir_intrinsic_component(instr); local in function:fs_visitor::nir_emit_tcs_intrinsic
2776 unsigned first_component = nir_intrinsic_component(instr); local in function:fs_visitor::nir_emit_tcs_intrinsic
2862 unsigned first_component = nir_intrinsic_component(instr); local in function:fs_visitor::nir_emit_tcs_intrinsic
2983 unsigned first_component = nir_intrinsic_component(instr); local in function:fs_visitor::nir_emit_tes_intrinsic
4529 unsigned first_component = nir_intrinsic_component(instr); local in function:fs_visitor::nir_emit_intrinsic
5567 shuffle_src_to_dst(const fs_builder & bld,const fs_reg & dst,const fs_reg & src,uint32_t first_component,uint32_t components) argument
5625 shuffle_from_32bit_read(const fs_builder & bld,const fs_reg & dst,const fs_reg & src,uint32_t first_component,uint32_t components) argument
5646 shuffle_for_32bit_write(const fs_builder & bld,const fs_reg & src,uint32_t first_component,uint32_t components) argument
[all...]
H A Dbrw_fs.h280 unsigned num_components, unsigned first_component);
566 uint32_t first_component,
571 uint32_t first_component,
H A Dbrw_reg.h1101 brw_writemask_for_component_packing(unsigned n, unsigned first_component) argument
1103 assert(first_component + n <= 4);
1104 return (((1 << n) - 1) << first_component);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_tcs.h61 unsigned first_component,
65 unsigned first_component,
H A Dbrw_vec4_tcs.cpp159 unsigned first_component,
186 src.swizzle = BRW_SWZ_COMP_INPUT(first_component);
194 unsigned first_component,
202 brw_imm_ud(dst.writemask << first_component), indirect_offset);
210 if (first_component) {
214 BRW_SWZ_COMP_INPUT(first_component))));
267 unsigned first_component = nir_intrinsic_component(instr); local in function:brw::vec4_tcs_visitor::nir_emit_intrinsic
271 first_component, indirect_offset);
299 unsigned first_component = nir_intrinsic_component(instr); local in function:brw::vec4_tcs_visitor::nir_emit_intrinsic
300 if (first_component) {
156 emit_input_urb_read(const dst_reg & dst,const src_reg & vertex_index,unsigned base_offset,unsigned first_component,const src_reg & indirect_offset) argument
192 emit_output_urb_read(const dst_reg & dst,unsigned base_offset,unsigned first_component,const src_reg & indirect_offset) argument
[all...]
H A Dbrw_vec4_tes.cpp164 unsigned first_component = nir_intrinsic_component(instr); local in function:brw::vec4_tes_visitor::nir_emit_intrinsic
187 src.swizzle = BRW_SWZ_COMP_INPUT(first_component);
205 src.swizzle = BRW_SWZ_COMP_INPUT(first_component);
H A Dbrw_fs_nir.cpp2503 unsigned first_component)
2517 fs_reg(ATTR, imm_offset + i + first_component, dst.type));
2608 if (first_component != 0) {
2609 unsigned read_components = num_components + first_component;
2616 offset(tmp, bld, i + first_component));
2628 unsigned read_components = num_components + first_component;
2632 if (first_component != 0) {
2639 offset(tmp, bld, i + first_component));
2909 unsigned first_component = nir_intrinsic_component(instr); local in function:fs_visitor::nir_emit_tcs_intrinsic
2913 if (first_component !
2498 emit_gs_input_load(const fs_reg & dst,const nir_src & vertex_src,unsigned base_offset,const nir_src & offset_src,unsigned num_components,unsigned first_component) argument
2968 unsigned first_component = nir_intrinsic_component(instr); local in function:fs_visitor::nir_emit_tcs_intrinsic
3053 unsigned first_component = nir_intrinsic_component(instr); local in function:fs_visitor::nir_emit_tcs_intrinsic
3118 unsigned first_component = nir_intrinsic_component(instr); local in function:fs_visitor::nir_emit_tes_intrinsic
5003 unsigned first_component = nir_intrinsic_component(instr); local in function:fs_visitor::nir_emit_intrinsic
6381 shuffle_src_to_dst(const fs_builder & bld,const fs_reg & dst,const fs_reg & src,uint32_t first_component,uint32_t components) argument
6439 shuffle_from_32bit_read(const fs_builder & bld,const fs_reg & dst,const fs_reg & src,uint32_t first_component,uint32_t components) argument
[all...]
H A Dbrw_fs.h320 unsigned num_components, unsigned first_component);
644 uint32_t first_component,
H A Dbrw_reg.h1115 brw_writemask_for_component_packing(unsigned n, unsigned first_component) argument
1117 assert(first_component + n <= 4);
1118 return (((1 << n) - 1) << first_component);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_wrmasks.c110 unsigned first_component = ffs(wrmask) - 1; local in function:split_wrmask
111 unsigned length = ffs(~(wrmask >> first_component)) - 1;
119 unsigned cur_mask = (BITFIELD_MASK(length) << first_component);
136 align_off += offset_units * first_component;
146 unsigned offset_adj = offset_units * first_component;
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dnir_to_vir.c354 uint32_t first_component = ffs(*writemask) - 1; local in function:emit_tmu_general_store_writes
355 uint32_t last_component = first_component;
359 assert(first_component <= last_component &&
362 for (int i = first_component; i <= last_component; i++) {
374 *const_offset = base_const_offset + first_component * 4;
378 BITFIELD_RANGE(first_component, *tmu_writes);
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_compiler_nir.c809 unsigned first_component = ffs(wrmask) - 1; local in function:emit_intrinsic_store_shared
810 unsigned length = ffs(~(wrmask >> first_component)) - 1;
813 ir3_create_collect(ctx, &value[first_component], length), 0,
815 stl->cat6.dst_offset = first_component + base;
825 wrmask &= (15 << (first_component + length));
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlink_varyings.cpp1295 const unsigned first_component = xfb_offset; local in function:tfeedback_decl::store
1297 const unsigned start_word = BITSET_BITWORD(first_component);
1313 start_range = first_component % BITSET_WORDBITS;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlink_varyings.cpp1236 const unsigned first_component = xfb_offset; local in function:tfeedback_decl::store
1238 const unsigned start_word = BITSET_BITWORD(first_component);
1254 start_range = first_component % BITSET_WORDBITS;
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_compile.c1248 unsigned first_component = __builtin_ffs(ins.mask) - 1; local in function:emit_global
1252 ins.swizzle[0][i] = first_component;
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_nir_to_llvm.c4461 unsigned first_component = var->data.location_frac; local in function:get_inst_tessfactor_writemask
4465 writemask = ((1 << (num_comps + 1)) - 1) << first_component;
4467 writemask = (((1 << (num_comps + 1)) - 1) << first_component) << 4;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.1.0.rst2988 - broadcom/compiler: fix first_component assertion

Completed in 56 milliseconds