Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_program.c174 instr->format_comp_all = fmt.sign == SQ_TEX_SIGN_SIGNED; in patch_vtx_fetch()
313 instr->format_comp_all = false; in fd2_prog_init()
328 instr->format_comp_all = false; in fd2_prog_init()
337 instr->format_comp_all = false; in fd2_prog_init()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h118 unsigned format_comp_all; member
Dr700_asm.c154 S_SQ_MEM_RD_WORD1_FORMAT_COMP_ALL(mem->format_comp_all) | in r700_bytecode_fetch_mem_build()
Dr600_asm.c1567 S_SQ_VTX_WORD1_FORMAT_COMP_ALL(vtx->format_comp_all) | in r600_bytecode_vtx_build()
2409 fprintf(stderr, "COMP:%d ", vtx->format_comp_all); in r600_bytecode_disasm()
2724 vtx.format_comp_all = format_comp; in r600_create_vertex_fetch_shader()
Dr600_shader.c1456 vtx.format_comp_all = 1; in load_sample_position()
1575 vtx.format_comp_all = 0; in load_block_grid_size()
1851 vtx.format_comp_all = 1; /* FORMAT_COMP_SIGNED */ in tgsi_fetch_rel_const()
2982 vtx.format_comp_all = 1; in r600_fetch_tess_io_info()
3010 vtx.format_comp_all = 1; in r600_fetch_tess_io_info()
8856 vtx.format_comp_all = 1; in tgsi_load_buffer()
8942 vtx.format_comp_all = format_comp; in tgsi_load_rat()
9324 vtx.format_comp_all = format_comp; in tgsi_atomic_op_rat()
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_builder.cpp643 .FORMAT_COMP_ALL(bc.format_comp_all) in build_fetch_vtx()
657 .FORMAT_COMP_ALL(bc.format_comp_all) in build_fetch_vtx()
734 .FORMAT_COMP_ALL(bc.format_comp_all) in build_fetch_mem()
Dsb_bc_decoder.cpp567 bc.format_comp_all = w1.get_FORMAT_COMP_ALL(); in decode_fetch_mem()
616 bc.format_comp_all = w1.get_FORMAT_COMP_ALL(); in decode_fetch_vtx()
630 bc.format_comp_all = w1.get_FORMAT_COMP_ALL(); in decode_fetch_vtx()
Dsb_bc_dump.cpp536 << " COMP:" << n.bc.format_comp_all in dump()
Dsb_bc.h607 unsigned format_comp_all:1; member
/external/mesa3d/src/freedreno/ir2/
Dinstr-a2xx.h370 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()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_ir_to_assembly.cpp763 vtx.format_comp_all = fetch_instr.is_signed(); /* FORMAT_COMP_SIGNED */ in emit_vtx()