Lines Matching refs:s_offset
943 s_expression *s_offset = NULL;
954 { "tex", s_type, s_sampler, s_coord, s_sparse, s_offset, s_proj, s_shadow, s_clamp };
956 { "txb", s_type, s_sampler, s_coord, s_sparse, s_offset, s_proj, s_shadow, s_clamp, s_lod };
958 { "txd", s_type, s_sampler, s_coord, s_sparse, s_offset, s_proj, s_shadow, s_clamp, s_lod };
962 { "txf", s_type, s_sampler, s_coord, s_sparse, s_offset, s_lod };
968 { "tg4", s_type, s_sampler, s_coord, s_sparse, s_offset, s_component };
974 { tag, s_type, s_sampler, s_coord, s_sparse, s_offset, s_proj, s_shadow, s_lod };
1054 s_int *si_offset = SX_AS_INT(s_offset);
1056 tex->offset = read_rvalue(s_offset);
1058 ir_read_error(s_offset, "expected 0 or an expression");