Lines Matching refs:offbuf
1944 char *offbuf) in fill_offset_buffer() argument
1953 snprintf(offbuf, 25, ", int(%d)", imd->val[inst->TexOffsets[0].SwizzleX].i); in fill_offset_buffer()
1961 …snprintf(offbuf, 25, ", ivec2(%d, %d)", imd->val[inst->TexOffsets[0].SwizzleX].i, imd->val[inst->T… in fill_offset_buffer()
1964 …snprintf(offbuf, 25, ", ivec3(%d, %d, %d)", imd->val[inst->TexOffsets[0].SwizzleX].i, imd->val[ins… in fill_offset_buffer()
1979 snprintf(offbuf, 120, ", int(floatBitsToInt(temp%d[%d].%c))", in fill_offset_buffer()
1989 … snprintf(offbuf, 120, ", ivec2(floatBitsToInt(temp%d[%d].%c), floatBitsToInt(temp%d[%d].%c))", in fill_offset_buffer()
1996 …snprintf(offbuf, 120, ", ivec3(floatBitsToInt(temp%d[%d].%c), floatBitsToInt(temp%d[%d].%c), float… in fill_offset_buffer()
2018 snprintf(offbuf, 120, ", int(floatBitsToInt(%s.%c))", in fill_offset_buffer()
2028 snprintf(offbuf, 120, ", ivec2(floatBitsToInt(%s.%c), floatBitsToInt(%s.%c))", in fill_offset_buffer()
2035 …snprintf(offbuf, 120, ", ivec3(floatBitsToInt(%s.%c), floatBitsToInt(%s.%c), floatBitsToInt(%s.%c)… in fill_offset_buffer()
2066 char offbuf[128] = {0}; in translate_tex() local
2249 if (!fill_offset_buffer(ctx, inst, offbuf)) in translate_tex()
2254 strcpy(tmp, offbuf); in translate_tex()
2255 strcpy(offbuf, bias); in translate_tex()
2260 …rcs[sampler_index], get_string(txfi), srcs[0], get_wm_string(twm), bias, offbuf, dinfo->dst_overri… in translate_tex()
2270 …dtypeprefix), tex_ext, srcs[sampler_index], srcs[0], get_wm_string(twm), offbuf, bias, cname, src-… in translate_tex()
2276 …t_string(dtypeprefix), srcs[sampler_index], srcs[0], get_wm_string(twm), offbuf, bias, dinfo->dst_… in translate_tex()
2278 …dtypeprefix), tex_ext, srcs[sampler_index], srcs[0], get_wm_string(twm), offbuf, bias, dinfo->dst_… in translate_tex()