Home
last modified time | relevance | path

Searched refs:offbuf (Results 1 – 1 of 1) sorted by relevance

/external/virglrenderer/src/
Dvrend_shader.c1944 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()
[all …]