| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | ir_reader.cpp | 942 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 D | ir_reader.cpp | 942 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 D | lp_bld_format_soa.c | 719 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 D | lp_bld_format_soa.c | 721 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 D | intel_mipmap_tree.c | 3502 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 D | brw_mipmap_tree.c | 2860 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 D | iris_resource.c | 1355 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 D | aco_instruction_selection.cpp | 7005 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,
|