Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_instr_set.c281 hash = HASH(hash, instr->tg4_offsets[i][j]); in hash_tex()
675 if (memcmp(tex1->tg4_offsets, tex2->tg4_offsets, in nir_instrs_equal()
676 sizeof(tex1->tg4_offsets))) in nir_instrs_equal()
Dnir_clone.c420 memcpy(ntex->tg4_offsets, tex->tg4_offsets, sizeof(tex->tg4_offsets)); in clone_tex()
Dnir_print.c1336 fprintf(fp, ", { (%i, %i)", instr->tg4_offsets[0][0], instr->tg4_offsets[0][1]); in print_tex_instr()
1338 fprintf(fp, ", (%i, %i)", instr->tg4_offsets[i][0], in print_tex_instr()
1339 instr->tg4_offsets[i][1]); in print_tex_instr()
Dnir_serialize.c1528 blob_write_bytes(ctx->blob, tex->tg4_offsets, sizeof(tex->tg4_offsets)); in write_tex()
1565 blob_copy_bytes(ctx->blob, tex->tg4_offsets, sizeof(tex->tg4_offsets)); in read_tex()
Dnir.c826 memcpy(instr->tg4_offsets, default_tg4_offsets, sizeof(instr->tg4_offsets)); in nir_tex_instr_create()
876 return memcmp(tex->tg4_offsets, default_tg4_offsets, in nir_tex_instr_has_explicit_tg4_offsets()
877 sizeof(tex->tg4_offsets)) != 0; in nir_tex_instr_has_explicit_tg4_offsets()
Dnir_lower_tex.c1172 src.src = nir_src_for_ssa(nir_imm_ivec2(b, tex->tg4_offsets[i][0], in lower_tg4_offsets()
1173 tex->tg4_offsets[i][1])); in lower_tg4_offsets()
Dnir.h2238 int8_t tg4_offsets[4][2]; member
/third_party/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c3140 case 8: instr->tg4_offsets[i][j] = cvec[j].i8; break; in vtn_handle_texture()
3141 case 16: instr->tg4_offsets[i][j] = cvec[j].i16; break; in vtn_handle_texture()
3142 case 32: instr->tg4_offsets[i][j] = cvec[j].i32; break; in vtn_handle_texture()
3143 case 64: instr->tg4_offsets[i][j] = cvec[j].i64; break; in vtn_handle_texture()
/third_party/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp2548 instr->tg4_offsets[i][j] = val; in visit()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_nir.cpp3128 texi->offset[i][j].set(loadImm(NULL, insn->tg4_offsets[i][j])); in visit()