| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_instr_set.c | 280 hash = HASH(hash, instr->tg4_offsets[i][j]); 672 if (memcmp(tex1->tg4_offsets, tex2->tg4_offsets, 673 sizeof(tex1->tg4_offsets)))
|
| H A D | nir_clone.c | 418 memcpy(ntex->tg4_offsets, tex->tg4_offsets, sizeof(tex->tg4_offsets));
|
| H A D | nir_print.c | 1201 fprintf(fp, ", { (%i, %i)", instr->tg4_offsets[0][0], instr->tg4_offsets[0][1]); 1203 fprintf(fp, ", (%i, %i)", instr->tg4_offsets[i][0], 1204 instr->tg4_offsets[i][1]);
|
| H A D | nir.c | 737 memcpy(instr->tg4_offsets, default_tg4_offsets, sizeof(instr->tg4_offsets)); 787 return memcmp(tex->tg4_offsets, default_tg4_offsets, 788 sizeof(tex->tg4_offsets)) != 0;
|
| H A D | nir_serialize.c | 1472 blob_write_bytes(ctx->blob, tex->tg4_offsets, sizeof(tex->tg4_offsets)); 1509 blob_copy_bytes(ctx->blob, tex->tg4_offsets, sizeof(tex->tg4_offsets));
|
| H A D | nir_lower_tex.c | 1105 src.src = nir_src_for_ssa(nir_imm_ivec2(b, tex->tg4_offsets[i][0], 1106 tex->tg4_offsets[i][1]));
|
| H A D | nir.h | 2264 int8_t tg4_offsets[4][2]; member in struct:__anon3ec4419d2408
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_instr_set.c | 264 hash = HASH(hash, instr->tg4_offsets[i][j]); 679 if (memcmp(tex1->tg4_offsets, tex2->tg4_offsets, 680 sizeof(tex1->tg4_offsets)))
|
| H A D | nir_print.c | 995 fprintf(fp, ", { (%i, %i)", instr->tg4_offsets[0][0], instr->tg4_offsets[0][1]); 997 fprintf(fp, ", (%i, %i)", instr->tg4_offsets[i][0], 998 instr->tg4_offsets[i][1]);
|
| H A D | nir_clone.c | 397 memcpy(ntex->tg4_offsets, tex->tg4_offsets, sizeof(tex->tg4_offsets));
|
| H A D | nir.c | 547 memcpy(instr->tg4_offsets, default_tg4_offsets, sizeof(instr->tg4_offsets)); 595 return memcmp(tex->tg4_offsets, default_tg4_offsets, 596 sizeof(tex->tg4_offsets)) != 0;
|
| H A D | nir_serialize.c | 616 blob_write_bytes(ctx->blob, tex->tg4_offsets, sizeof(tex->tg4_offsets)); 647 blob_copy_bytes(ctx->blob, tex->tg4_offsets, sizeof(tex->tg4_offsets));
|
| H A D | nir_lower_tex.c | 961 src.src = nir_src_for_ssa(nir_imm_ivec2(b, tex->tg4_offsets[i][0], 962 tex->tg4_offsets[i][1]));
|
| H A D | nir.h | 1610 int8_t tg4_offsets[4][2]; member in struct:__anon3bab288a2208
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/ |
| H A D | spirv_to_nir.c | 2407 case 8: instr->tg4_offsets[i][j] = cvec[j].i8; break; 2408 case 16: instr->tg4_offsets[i][j] = cvec[j].i16; break; 2409 case 32: instr->tg4_offsets[i][j] = cvec[j].i32; break; 2410 case 64: instr->tg4_offsets[i][j] = cvec[j].i64; break;
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| H A D | spirv_to_nir.c | 3080 case 8: instr->tg4_offsets[i][j] = cvec[j].i8; break; 3081 case 16: instr->tg4_offsets[i][j] = cvec[j].i16; break; 3082 case 32: instr->tg4_offsets[i][j] = cvec[j].i32; break; 3083 case 64: instr->tg4_offsets[i][j] = cvec[j].i64; break;
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | glsl_to_nir.cpp | 2475 instr->tg4_offsets[i][j] = val;
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | glsl_to_nir.cpp | 2462 instr->tg4_offsets[i][j] = val;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_from_nir.cpp | 3379 texi->offset[i][j].set(loadImm(NULL, insn->tg4_offsets[i][j]));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_from_nir.cpp | 3085 texi->offset[i][j].set(loadImm(NULL, insn->tg4_offsets[i][j]));
|