Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h114 unsigned format_comp_all; member
Dr600_asm.c1528 S_SQ_VTX_WORD1_FORMAT_COMP_ALL(vtx->format_comp_all) | in r600_bytecode_vtx_build()
2340 fprintf(stderr, "COMP:%d ", vtx->format_comp_all); in r600_bytecode_disasm()
2640 vtx.format_comp_all = format_comp; in r600_create_vertex_fetch_shader()
Dr600_shader.c1294 vtx.format_comp_all = 1; in load_sample_position()
1344 vtx.format_comp_all = 0; in load_block_grid_size()
1533 vtx.format_comp_all = 1; /* FORMAT_COMP_SIGNED */ in tgsi_fetch_rel_const()
2664 vtx.format_comp_all = 1; in r600_fetch_tess_io_info()
2692 vtx.format_comp_all = 1; in r600_fetch_tess_io_info()
8118 vtx.format_comp_all = 1; in tgsi_load_buffer()
8208 vtx.format_comp_all = format_comp; in tgsi_load_rat()
8594 vtx.format_comp_all = format_comp; in tgsi_atomic_op_rat()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dinstr-a2xx.h358 uint8_t format_comp_all : 1; /* '1' for signed, '0' for unsigned? */ member
Ddisasm-a2xx.c344 printf(" %s", vtx->format_comp_all ? "SIGNED" : "UNSIGNED"); in print_fetch_vtx()
Dir-a2xx.c308 vtx->format_comp_all = !!instr->fetch.is_signed; in instr_emit_fetch()
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_builder.cpp641 .FORMAT_COMP_ALL(bc.format_comp_all) in build_fetch_vtx()
655 .FORMAT_COMP_ALL(bc.format_comp_all) in build_fetch_vtx()
Dsb_bc_decoder.cpp569 bc.format_comp_all = w1.get_FORMAT_COMP_ALL(); in decode_fetch_vtx()
583 bc.format_comp_all = w1.get_FORMAT_COMP_ALL(); in decode_fetch_vtx()
Dsb_bc_dump.cpp510 << " COMP:" << n.bc.format_comp_all in dump()
Dsb_bc.h573 unsigned format_comp_all:1; member