/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_scan.c | 101 unsigned usage_mask; local 102 usage_mask = tgsi_util_get_inst_usage_mask(fullinst, i); 105 info->input_usage_mask[ind] |= usage_mask; 110 info->input_usage_mask[ind] |= usage_mask;
|
tgsi_ureg.c | 126 unsigned usage_mask; /* = TGSI_WRITEMASK_* */ member in struct:ureg_program::__anon30926 405 unsigned usage_mask ) 409 assert(usage_mask != 0); 414 ureg->output[i].usage_mask |= usage_mask; 422 ureg->output[i].usage_mask = usage_mask; 1208 unsigned usage_mask) [all...] |
tgsi_build.c | 120 unsigned usage_mask, 135 declaration.UsageMask = usage_mask; [all...] |
tgsi_ureg.h | 235 unsigned usage_mask ); [all...] |
/external/lldb/include/lldb/ |
lldb-private-types.h | 57 uint32_t usage_mask; // Used to mark options that can be used together. If (1 << n & usage_mask) != 0 member in struct:lldb_private::__anon29038
|
/external/chromium_org/content/child/webcrypto/ |
webcrypto_util.h | 47 blink::WebCryptoKeyUsageMask usage_mask);
|
platform_crypto_nss.cc | [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_bld_interp.h | 71 uint usage_mask:4; /* bitmask of TGSI_WRITEMASK_x flags */ member in struct:lp_shader_input
|
lp_setup_tri.c | 128 (key->inputs[i].usage_mask & 0x1) ? "x" : " ", 129 (key->inputs[i].usage_mask & 0x2) ? "y" : " ", 130 (key->inputs[i].usage_mask & 0x4) ? "z" : " ", 131 (key->inputs[i].usage_mask & 0x8) ? "w" : " "); 134 if (key->inputs[i].usage_mask & (1<<j))
|
lp_state_fs.c | 1380 unsigned usage_mask = shader->info.base.input_usage_mask[attrib]; local [all...] |
lp_state_setup.c | 965 unsigned usage_mask = key->inputs[slot].usage_mask; local 967 if (usage_mask & (1 << i)) {
|
lp_bld_interp.c | 737 bld->mask[1 + attrib] = inputs[attrib].usage_mask;
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_bld_interp.h | 71 uint usage_mask:4; /* bitmask of TGSI_WRITEMASK_x flags */ member in struct:lp_shader_input
|
lp_setup_tri.c | 128 (key->inputs[i].usage_mask & 0x1) ? "x" : " ", 129 (key->inputs[i].usage_mask & 0x2) ? "y" : " ", 130 (key->inputs[i].usage_mask & 0x4) ? "z" : " ", 131 (key->inputs[i].usage_mask & 0x8) ? "w" : " "); 134 if (key->inputs[i].usage_mask & (1<<j))
|
lp_state_fs.c | 1380 unsigned usage_mask = shader->info.base.input_usage_mask[attrib]; local [all...] |
lp_state_setup.c | 965 unsigned usage_mask = key->inputs[slot].usage_mask; local 967 if (usage_mask & (1 << i)) {
|
lp_bld_interp.c | 737 bld->mask[1 + attrib] = inputs[attrib].usage_mask;
|
/external/lldb/source/Interpreter/ |
Options.cpp | 201 uint32_t this_usage_mask = opt_defs[i].usage_mask; 229 if (opt_defs[i].usage_mask & 1 << j) 527 if (opt_defs[i].usage_mask & opt_set_mask && isprint8(opt_defs[i].short_option)) 558 if (opt_defs[i].usage_mask & opt_set_mask && isprint8(opt_defs[i].short_option)) 592 if (opt_defs[i].usage_mask & opt_set_mask && isprint8(opt_defs[i].short_option)) 603 if (opt_defs[i].usage_mask & opt_set_mask) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
tgsi_ureg.c | 126 unsigned usage_mask; /* = TGSI_WRITEMASK_* */ member in struct:ureg_program::__anon17367 405 unsigned usage_mask ) 409 assert(usage_mask != 0); 414 ureg->output[i].usage_mask |= usage_mask; 422 ureg->output[i].usage_mask = usage_mask; 1208 unsigned usage_mask) [all...] |
tgsi_build.c | 120 unsigned usage_mask, 135 declaration.UsageMask = usage_mask; [all...] |
tgsi_ureg.h | 235 unsigned usage_mask ); [all...] |
/external/lldb/tools/driver/ |
Driver.cpp | 62 uint32_t usage_mask; // Used to mark options that can be used together. If (1 << n & usage_mask) != 0 member in struct:__anon29213 237 uint32_t this_usage_mask = option_table[num_options].usage_mask; 269 if (option_table[i].usage_mask & opt_set_mask) [all...] |
/external/lldb/include/lldb/Interpreter/ |
Options.h | 426 /// options definitions in this class, set the usage_mask to "dst_mask".
|
/external/chromium_org/third_party/mesa/src/docs/ |
relnotes-7.10.html | 221 <li>tgsi: fix incorrect usage_mask for shadow tex instructions</li> [all...] |
/external/mesa3d/docs/ |
relnotes-7.10.html | 221 <li>tgsi: fix incorrect usage_mask for shadow tex instructions</li> [all...] |