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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dir_reader.cpp942 s_expression *s_offset = NULL; local in function:ir_reader::read_texture
952 { "tex", s_type, s_sampler, s_coord, s_offset, s_proj, s_shadow };
956 { "txf", s_type, s_sampler, s_coord, s_offset, s_lod };
962 { "tg4", s_type, s_sampler, s_coord, s_offset, s_component };
968 { tag, s_type, s_sampler, s_coord, s_offset, s_proj, s_shadow, s_lod };
1025 s_int *si_offset = SX_AS_INT(s_offset);
1027 tex->offset = read_rvalue(s_offset);
1029 ir_read_error(s_offset, "expected 0 or an expression");
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dir_reader.cpp942 s_expression *s_offset = NULL; local in function:ir_reader::read_texture
952 { "tex", s_type, s_sampler, s_coord, s_offset, s_proj, s_shadow };
956 { "txf", s_type, s_sampler, s_coord, s_offset, s_lod };
962 { "tg4", s_type, s_sampler, s_coord, s_offset, s_component };
968 { tag, s_type, s_sampler, s_coord, s_offset, s_proj, s_shadow, s_lod };
1025 s_int *si_offset = SX_AS_INT(s_offset);
1027 tex->offset = read_rvalue(s_offset);
1029 ir_read_error(s_offset, "expected 0 or an expression");
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_soa.c719 LLVMValueRef s_offset = lp_build_const_int_vec(gallivm, type, 4); local in function:lp_build_fetch_rgba_soa
720 offset = LLVMBuildAdd(builder, offset, s_offset, "");
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_soa.c721 LLVMValueRef s_offset = lp_build_const_int_vec(gallivm, type, 4); local in function:lp_build_fetch_rgba_soa
722 offset = LLVMBuildAdd(builder, offset, s_offset, "");
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_mipmap_tree.c3502 ptrdiff_t s_offset = intel_offset_S8(s_mt->surf.row_pitch_B, local in function:intel_miptree_unmap_depthstencil
3512 s_map[s_offset] = packed_map[(y * map->w + x) * 2 + 1];
3515 s_map[s_offset] = packed >> 24;
3577 ptrdiff_t s_offset = intel_offset_S8(s_mt->surf.row_pitch_B, local in function:intel_miptree_map_depthstencil
3584 uint8_t s = s_map[s_offset];
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_mipmap_tree.c2860 ptrdiff_t s_offset = brw_offset_S8(s_mt->surf.row_pitch_B, local in function:brw_miptree_unmap_depthstencil
2870 s_map[s_offset] = packed_map[(y * map->w + x) * 2 + 1];
2873 s_map[s_offset] = packed >> 24;
2935 ptrdiff_t s_offset = brw_offset_S8(s_mt->surf.row_pitch_B, local in function:brw_miptree_map_depthstencil
2942 uint8_t s = s_map[s_offset];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_resource.c1355 uint64_t s_offset = offset + local in function:iris_resource_from_memobj_wrapper
1362 iris_resource_from_memobj(pscreen, &t, pmemobj, s_offset);
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp7005 Temp s_offset = bld.as_uniform(get_ssa_temp(ctx, intrin->src[2].ssa)); local in function:aco::__anon562fcc110110::visit_load_buffer
7016 load_vmem_mubuf(ctx, dst, descriptor, v_offset, s_offset, const_offset, elem_size_bytes,
7026 Temp s_offset = get_ssa_temp(ctx, intrin->src[3].ssa); local in function:aco::__anon562fcc110110::visit_store_buffer
7038 store_vmem_mubuf(ctx, store_src, descriptor, v_offset, s_offset, const_offset, elem_size_bytes,

Completed in 1051 milliseconds