Searched refs:ntex (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_clone.c401 nir_tex_instr *ntex = nir_tex_instr_create(state->ns, tex->num_srcs); local in function:clone_tex
403 ntex->sampler_dim = tex->sampler_dim;
404 ntex->dest_type = tex->dest_type;
405 ntex->op = tex->op;
406 __clone_dst(state, &ntex->instr, &ntex->dest, &tex->dest);
407 for (unsigned i = 0; i < ntex->num_srcs; i++) {
408 ntex->src[i].src_type = tex->src[i].src_type;
409 __clone_src(state, &ntex->instr, &ntex
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_clone.c382 nir_tex_instr *ntex = nir_tex_instr_create(state->ns, tex->num_srcs); local in function:clone_tex
384 ntex->sampler_dim = tex->sampler_dim;
385 ntex->dest_type = tex->dest_type;
386 ntex->op = tex->op;
387 __clone_dst(state, &ntex->instr, &ntex->dest, &tex->dest);
388 for (unsigned i = 0; i < ntex->num_srcs; i++) {
389 ntex->src[i].src_type = tex->src[i].src_type;
390 __clone_src(state, &ntex->instr, &ntex
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_asm.c1435 struct r600_bytecode_tex *ntex = r600_bytecode_tex(); local in function:r600_bytecode_add_tex
1438 if (!ntex)
1440 memcpy(ntex, tex, sizeof(struct r600_bytecode_tex));
1453 if (ttex->dst_gpr == ntex->src_gpr) {
1459 if (ntex->op == FETCH_OP_SET_GRADIENTS_H)
1469 free(ntex);
1474 if (ntex->src_gpr >= bc->ngpr) {
1475 bc->ngpr = ntex->src_gpr + 1;
1477 if (ntex->dst_gpr >= bc->ngpr) {
1478 bc->ngpr = ntex
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_asm.c1440 struct r600_bytecode_tex *ntex = r600_bytecode_tex(); local in function:r600_bytecode_add_tex
1443 if (!ntex)
1445 memcpy(ntex, tex, sizeof(struct r600_bytecode_tex));
1458 if (ttex->dst_gpr == ntex->src_gpr &&
1466 if (ntex->op == FETCH_OP_SET_GRADIENTS_H)
1476 free(ntex);
1481 if (ntex->src_gpr >= bc->ngpr) {
1482 bc->ngpr = ntex->src_gpr + 1;
1484 if (ntex->dst_gpr >= bc->ngpr) {
1485 bc->ngpr = ntex
[all...]

Completed in 8 milliseconds