Searched refs:format_comp_all (Results 1 – 12 of 12) sorted by relevance
175 instr->format_comp_all = fmt.sign == SQ_TEX_SIGN_SIGNED; in patch_vtx_fetch()317 instr->format_comp_all = false; in fd2_prog_init()332 instr->format_comp_all = false; in fd2_prog_init()341 instr->format_comp_all = false; in fd2_prog_init()
643 .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()
568 bc.format_comp_all = w1.get_FORMAT_COMP_ALL(); in decode_fetch_mem()617 bc.format_comp_all = w1.get_FORMAT_COMP_ALL(); in decode_fetch_vtx()631 bc.format_comp_all = w1.get_FORMAT_COMP_ALL(); in decode_fetch_vtx()
536 << " COMP:" << n.bc.format_comp_all in dump()
607 unsigned format_comp_all:1; member
154 S_SQ_MEM_RD_WORD1_FORMAT_COMP_ALL(mem->format_comp_all) | in r700_bytecode_fetch_mem_build()
118 unsigned format_comp_all; member
1654 S_SQ_VTX_WORD1_FORMAT_COMP_ALL(vtx->format_comp_all) | in r600_bytecode_vtx_build()2496 fprintf(stderr, "COMP:%d ", vtx->format_comp_all); in r600_bytecode_disasm()2807 vtx.format_comp_all = format_comp; in r600_create_vertex_fetch_shader()
1475 vtx.format_comp_all = 1; in load_sample_position()1594 vtx.format_comp_all = 0; in load_block_grid_size()1867 vtx.format_comp_all = 1; /* FORMAT_COMP_SIGNED */ in tgsi_fetch_rel_const()2998 vtx.format_comp_all = 1; in r600_fetch_tess_io_info()3026 vtx.format_comp_all = 1; in r600_fetch_tess_io_info()8890 vtx.format_comp_all = 1; in tgsi_load_buffer()8973 vtx.format_comp_all = format_comp; in tgsi_load_rat()9362 vtx.format_comp_all = format_comp; in tgsi_atomic_op_rat()
365 uint8_t format_comp_all : 1; /* '1' for signed, '0' for unsigned? */ member
361 printf(" %s", vtx->format_comp_all ? "SIGNED" : "UNSIGNED"); in print_fetch_vtx()
682 vtx.format_comp_all = fetch_instr.has_fetch_flag(FetchInstr::format_comp_signed); in visit()