Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_blit.c170 unsigned store_offset = 1024; in agx_internal_shaders() local
174 memcpy(((uint8_t *) bo->ptr.cpu) + store_offset, shader_store, sizeof(shader_store)); in agx_internal_shaders()
178 dev->internal.store = bo->ptr.gpu + store_offset; in agx_internal_shaders()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir_lower_alpha_to_coverage.c113 const unsigned store_offset = nir_src_as_uint(intrin->src[1]); in brw_nir_lower_alpha_to_coverage() local
115 SET_FIELD(store_offset, BRW_NIR_FRAG_OUTPUT_LOCATION); in brw_nir_lower_alpha_to_coverage()
H A Dbrw_vec4_nir.cpp418 unsigned store_offset = nir_src_as_uint(instr->src[1]); in nir_emit_intrinsic() local
419 int varying = instr->const_index[0] + store_offset; in nir_emit_intrinsic()
H A Dbrw_fs_nir.cpp3493 const unsigned store_offset = nir_src_as_uint(instr->src[1]);
3495 SET_FIELD(store_offset, BRW_NIR_FRAG_OUTPUT_LOCATION);
5085 unsigned store_offset = nir_src_as_uint(instr->src[1]);
5090 4 * store_offset), src.type);
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_soa.c1101 LLVMValueRef store_offset = LLVMBuildAdd(gallivm->builder, offset, lp_build_const_int_vec(gallivm, type, i * 4), ""); in lp_build_store_rgba_soa() local
1102 store_offset = LLVMBuildGEP(gallivm->builder, base_ptr, &store_offset, 1, ""); in lp_build_store_rgba_soa()
1111 LLVMValueRef this_offset = LLVMBuildExtractElement(gallivm->builder, store_offset, loop_state.counter, ""); in lp_build_store_rgba_soa()
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-assembler.cc110 int store_offset = in SaveBytecodeOffset() local
115 int zero_offset = store_offset + 4; in SaveBytecodeOffset()
116 int payload_offset = store_offset; in SaveBytecodeOffset()
126 StoreFullTaggedNoWriteBarrier(base, IntPtrConstant(store_offset), in SaveBytecodeOffset()
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttgxvar.c839 FT_ULong store_offset; in ft_var_load_hvvar() local
880 if ( FT_READ_ULONG( store_offset ) || in ft_var_load_hvvar()
899 table_offset + store_offset, in ft_var_load_hvvar()
1280 FT_UShort store_offset; in ft_var_load_mvar() local
1312 FT_READ_USHORT( store_offset ) ) in ft_var_load_mvar()
1319 table_offset + store_offset, in ft_var_load_mvar()
/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_compile.c2273 int store_base, sljit_sw store_offset) in delayed_mem_copy_move()
2292 status->store_offsets[next_tmp_reg] = store_offset; in delayed_mem_copy_move()
2272 delayed_mem_copy_move(delayed_mem_copy_status *status, int load_base, sljit_sw load_offset, int store_base, sljit_sw store_offset) delayed_mem_copy_move() argument

Completed in 35 milliseconds