Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_shader.c2393 char *offbuf) in fill_offset_buffer() argument
2403 snprintf(offbuf, 512, ", int(%d)", imd->val[inst->TexOffsets[0].SwizzleX].i); in fill_offset_buffer()
2405 snprintf(offbuf, 512, ", ivec2(%d, 0)", imd->val[inst->TexOffsets[0].SwizzleX].i); in fill_offset_buffer()
2413 …snprintf(offbuf, 512, ", ivec2(%d, %d)", imd->val[inst->TexOffsets[0].SwizzleX].i, imd->val[inst->… in fill_offset_buffer()
2416 …snprintf(offbuf, 512, ", ivec3(%d, %d, %d)", imd->val[inst->TexOffsets[0].SwizzleX].i, imd->val[in… in fill_offset_buffer()
2431 snprintf(offbuf, 512, ", int(floatBitsToInt(temp%d[%d].%c))", in fill_offset_buffer()
2441 … snprintf(offbuf, 512, ", ivec2(floatBitsToInt(temp%d[%d].%c), floatBitsToInt(temp%d[%d].%c))", in fill_offset_buffer()
2448 …snprintf(offbuf, 512, ", ivec3(floatBitsToInt(temp%d[%d].%c), floatBitsToInt(temp%d[%d].%c), float… in fill_offset_buffer()
2470 snprintf(offbuf, 512, ", int(floatBitsToInt(%s.%c))", in fill_offset_buffer()
2480 snprintf(offbuf, 512, ", ivec2(floatBitsToInt(%s.%c), floatBitsToInt(%s.%c))", in fill_offset_buffer()
[all …]