Home
last modified time | relevance | path

Searched refs:has_trans (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_context.cpp56 has_trans = !is_cayman(); in init()
60 num_slots = has_trans ? 5 : 4; in init()
Dsb_bc.h670 bool has_trans; variable
696 alu_temp_gprs(0), max_fetch(0), has_trans(false), vtx_src_num(0), in sb_context()
Dsb_sched.cpp317 available_slots = sh.get_ctx().has_trans ? 0x1F : 0x0F; in alu_group_tracker()
466 if (n->consumes_lds_oq() && available_slots != (sh.get_ctx().has_trans ? 0x1F : 0x0F)) in try_reserve()
694 available_slots = sh.get_ctx().has_trans ? 0x1F : 0x0F; in reset()
/third_party/astc-encoder/Source/
Dstb_image.h5019 stbi_uc has_trans=0, tc[3]={0}; in stbi__parse_png_file() local
5098 has_trans = 1; in stbi__parse_png_file()
5139 if ((req_comp == s->img_n+1 && req_comp != 3 && !pal_img_n) || has_trans) in stbi__parse_png_file()
5144 if (has_trans) { in stbi__parse_png_file()
5160 } else if (has_trans) { in stbi__parse_png_file()