Searched refs:store_offset (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir_lower_alpha_to_coverage.c113 const unsigned store_offset = nir_src_as_uint(intrin->src[1]); local in function:brw_nir_lower_alpha_to_coverage
115 SET_FIELD(store_offset, BRW_NIR_FRAG_OUTPUT_LOCATION);
H A Dbrw_vec4_nir.cpp426 unsigned store_offset = nir_src_as_uint(instr->src[1]); local in function:brw::vec4_visitor::nir_emit_intrinsic
427 int varying = instr->const_index[0] + store_offset;
H A Dbrw_fs_nir.cpp3484 const unsigned store_offset = nir_src_as_uint(instr->src[1]); local in function:fs_visitor::nir_emit_fs_intrinsic
3486 SET_FIELD(store_offset, BRW_NIR_FRAG_OUTPUT_LOCATION);
5001 unsigned store_offset = nir_src_as_uint(instr->src[1]); local in function:fs_visitor::nir_emit_intrinsic
5006 4 * store_offset), src.type);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/asahi/
H A Dagx_blit.c171 unsigned store_offset = 1024; local in function:agx_internal_shaders
175 memcpy(((uint8_t *) bo->ptr.cpu) + store_offset, shader_store, sizeof(shader_store));
179 dev->internal.store = bo->ptr.gpu + store_offset;
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_shared_reference.cpp221 ir_variable *store_offset = new(mem_ctx) ir_variable(glsl_type::uint_type, local in function:__anon9d6f96a50110::lower_shared_reference_visitor::handle_assignment
224 base_ir->insert_before(store_offset);
225 base_ir->insert_before(assign(store_offset, offset));
228 emit_access(mem_ctx, true, deref, store_offset, const_offset, row_major,
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlower_shared_reference.cpp219 ir_variable *store_offset = new(mem_ctx) ir_variable(glsl_type::uint_type, local in function:__anonc11af5520110::lower_shared_reference_visitor::handle_assignment
222 base_ir->insert_before(store_offset);
223 base_ir->insert_before(assign(store_offset, offset));
226 emit_access(mem_ctx, true, deref, store_offset, const_offset, row_major,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_soa.c1097 LLVMValueRef store_offset = LLVMBuildAdd(gallivm->builder, offset, lp_build_const_int_vec(gallivm, type, i * 4), ""); local in function:lp_build_store_rgba_soa
1098 store_offset = LLVMBuildGEP(gallivm->builder, base_ptr, &store_offset, 1, "");
1107 LLVMValueRef this_offset = LLVMBuildExtractElement(gallivm->builder, store_offset, loop_state.counter, "");
/xsrc/external/mit/freetype/dist/src/truetype/
H A Dttgxvar.c758 FT_ULong store_offset; local in function:ft_var_load_hvvar
799 if ( FT_READ_ULONG( store_offset ) ||
818 table_offset + store_offset,
1198 FT_UShort store_offset; local in function:ft_var_load_mvar
1230 FT_READ_USHORT( store_offset ) )
1237 table_offset + store_offset,
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_nir.cpp434 unsigned store_offset = nir_src_as_uint(instr->src[1]); local in function:brw::vec4_visitor::nir_emit_intrinsic
435 int varying = instr->const_index[0] + store_offset;
H A Dbrw_fs_nir.cpp3365 const unsigned store_offset = nir_src_as_uint(instr->src[1]); local in function:fs_visitor::nir_emit_fs_intrinsic
3367 SET_FIELD(store_offset, BRW_NIR_FRAG_OUTPUT_LOCATION);
4527 unsigned store_offset = nir_src_as_uint(instr->src[1]); local in function:fs_visitor::nir_emit_intrinsic
4536 4 * store_offset), src.type);

Completed in 53 milliseconds