Searched refs:s_offset (Results 1 - 4 of 4) sorted by relevance
/external/mesa3d/src/compiler/glsl/ |
H A D | ir_reader.cpp | 940 s_expression *s_offset = NULL; local 950 { "tex", s_type, s_sampler, s_coord, s_offset, s_proj, s_shadow }; 954 { "txf", s_type, s_sampler, s_coord, s_offset, s_lod }; 960 { "tg4", s_type, s_sampler, s_coord, s_offset, s_component }; 966 { tag, s_type, s_sampler, s_coord, s_offset, s_proj, s_shadow, s_lod }; 1023 s_int *si_offset = SX_AS_INT(s_offset); 1025 tex->offset = read_rvalue(s_offset); 1027 ir_read_error(s_offset, "expected 0 or an expression");
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_format_soa.c | 714 LLVMValueRef s_offset = lp_build_const_int_vec(gallivm, type, 4); local 715 offset = LLVMBuildAdd(builder, offset, s_offset, "");
|
/external/vixl/test/aarch64/ |
H A D | test-utils-aarch64.cc | 409 const int s_offset = offsetof(dump_t, s_); local 454 __ Add(dump, dump_base, s_offset);
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
H A D | intel_mipmap_tree.c | 2896 ptrdiff_t s_offset = intel_offset_S8(s_mt->pitch, local 2903 uint8_t s = s_map[s_offset]; 2956 ptrdiff_t s_offset = intel_offset_S8(s_mt->pitch, local 2966 s_map[s_offset] = packed_map[(y * map->w + x) * 2 + 1]; 2969 s_map[s_offset] = packed >> 24;
|
Completed in 980 milliseconds