Searched refs:s_offset (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/compiler/glsl/ |
D | ir_reader.cpp | 942 s_expression *s_offset = NULL; in read_texture() local 952 { "tex", s_type, s_sampler, s_coord, s_offset, s_proj, s_shadow }; in read_texture() 956 { "txf", s_type, s_sampler, s_coord, s_offset, s_lod }; in read_texture() 962 { "tg4", s_type, s_sampler, s_coord, s_offset, s_component }; in read_texture() 968 { tag, s_type, s_sampler, s_coord, s_offset, s_proj, s_shadow, s_lod }; in read_texture() 1025 s_int *si_offset = SX_AS_INT(s_offset); in read_texture() 1027 tex->offset = read_rvalue(s_offset); in read_texture() 1029 ir_read_error(s_offset, "expected 0 or an expression"); in read_texture()
|
/external/vixl/test/aarch64/ |
D | test-utils-aarch64.cc | 656 const int s_offset = offsetof(dump_t, s_); in Dump() local 685 DumpRegisters<VRegister>(masm, dump_base, s_offset, kSRegSizeInBytes); in Dump()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format_soa.c | 721 LLVMValueRef s_offset = lp_build_const_int_vec(gallivm, type, 4); in lp_build_fetch_rgba_soa() local 722 offset = LLVMBuildAdd(builder, offset, s_offset, ""); in lp_build_fetch_rgba_soa()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_mipmap_tree.c | 2917 ptrdiff_t s_offset = intel_offset_S8(s_mt->surf.row_pitch_B, in intel_miptree_unmap_depthstencil() local 2927 s_map[s_offset] = packed_map[(y * map->w + x) * 2 + 1]; in intel_miptree_unmap_depthstencil() 2930 s_map[s_offset] = packed >> 24; in intel_miptree_unmap_depthstencil() 2992 ptrdiff_t s_offset = intel_offset_S8(s_mt->surf.row_pitch_B, in intel_miptree_map_depthstencil() local 2999 uint8_t s = s_map[s_offset]; in intel_miptree_map_depthstencil()
|
/external/libabigail/src/ |
D | abg-ir.cc | 22600 ssize_t s_offset = get_member_function_vtable_offset(s); in operator ()() local 22601 if (f_offset != s_offset) return f_offset < s_offset; in operator ()()
|