| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xa/ |
| H A D | xa_tgsi.c | 149 boolean has_mask = (vs_traits & VS_MASK) != 0; local in function:create_vs 175 if (!is_src_src || (has_mask && !is_mask_src)) { 181 if (!is_src_src && (has_mask && !is_mask_src)) { 346 unsigned has_mask = (fs_traits & FS_MASK) != 0; local in function:create_fs 383 src = (has_mask || src_luminance || dst_luminance) ? 393 if (!has_mask && !dst_luminance) 397 if (has_mask) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xa/ |
| H A D | xa_tgsi.c | 149 boolean has_mask = (vs_traits & VS_MASK) != 0; local in function:create_vs 175 if (!is_src_src || (has_mask && !is_mask_src)) { 181 if (!is_src_src && (has_mask && !is_mask_src)) { 346 unsigned has_mask = (fs_traits & FS_MASK) != 0; local in function:create_fs 383 src = (has_mask || src_luminance || dst_luminance) ? 393 if (!has_mask && !dst_luminance) 397 if (has_mask) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_ir_common.h | 51 boolean has_mask; member in struct:lp_exec_mask
|
| H A D | lp_bld_ir_common.c | 140 mask->has_mask = (has_cond_mask || 176 mask->has_mask = FALSE; 208 LLVMValueRef exec_mask = mask->has_mask ? mask->exec_mask : NULL;
|
| H A D | lp_bld_nir_soa.c | 64 if (!exec_mask->has_mask) { 283 LLVMValueRef pred = mask->has_mask ? mask->exec_mask : NULL; 1715 if (bld->exec_mask.has_mask) { 1722 if (bld->exec_mask.has_mask) {
|
| H A D | lp_bld_tgsi_soa.c | 122 if (!exec_mask->has_mask) { 635 LLVMValueRef pred = mask->has_mask ? mask->exec_mask : NULL; 1942 if (bld->exec_mask.has_mask) { 2757 if (bld->exec_mask.has_mask) { 2784 if (bld->exec_mask.has_mask) {
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | i965_render.c | 640 Bool has_mask; member in struct:wm_kernel_info 1111 Bool has_mask, 1169 if (has_mask) { 1431 Bool has_mask = intel->render_mask != NULL; local in function:gen4_composite_vertex_elements 1436 int nelem = has_mask ? 2 : 1; 1447 id = has_mask << 1 | is_affine; 1527 if (has_mask) { 2425 wm_kernels[m]. has_mask, 2649 Bool has_mask) 2651 int num_sf_outputs = has_mask 1110 gen4_create_wm_state(intel_screen_private * intel,Bool has_mask,drm_intel_bo * kernel_bo,drm_intel_bo * sampler_bo) argument 2648 gen6_composite_sf_state(intel_screen_private * intel,Bool has_mask) argument 2665 gen6_composite_wm_state(intel_screen_private * intel,Bool has_mask,drm_intel_bo * bo) argument 2695 gen7_composite_wm_state(intel_screen_private * intel,Bool has_mask,drm_intel_bo * bo) argument 2752 gen6_composite_vertex_element_state(intel_screen_private * intel,Bool has_mask,Bool is_affine) argument 2844 Bool has_mask = intel->render_mask != NULL; local in function:gen6_emit_composite_state [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | i965_render.c | 640 Bool has_mask; member in struct:wm_kernel_info 1111 Bool has_mask, 1169 if (has_mask) { 1431 Bool has_mask = intel->render_mask != NULL; local in function:gen4_composite_vertex_elements 1436 int nelem = has_mask ? 2 : 1; 1447 id = has_mask << 1 | is_affine; 1527 if (has_mask) { 2425 wm_kernels[m]. has_mask, 2649 Bool has_mask) 2651 int num_sf_outputs = has_mask 1110 gen4_create_wm_state(intel_screen_private * intel,Bool has_mask,drm_intel_bo * kernel_bo,drm_intel_bo * sampler_bo) argument 2648 gen6_composite_sf_state(intel_screen_private * intel,Bool has_mask) argument 2665 gen6_composite_wm_state(intel_screen_private * intel,Bool has_mask,drm_intel_bo * bo) argument 2695 gen7_composite_wm_state(intel_screen_private * intel,Bool has_mask,drm_intel_bo * bo) argument 2752 gen6_composite_vertex_element_state(intel_screen_private * intel,Bool has_mask,Bool is_affine) argument 2844 Bool has_mask = intel->render_mask != NULL; local in function:gen6_emit_composite_state [all...] |
| /xsrc/external/mit/xf86-video-r128/dist/src/ |
| H A D | r128_exa_render.c | 457 info->state_2d.has_mask = TRUE; 463 info->state_2d.has_mask = FALSE; 472 info->state_2d.has_mask = FALSE; 478 info->state_2d.has_mask = TRUE; 481 info->state_2d.has_mask = FALSE; 712 if (info->state_2d.has_mask) { 731 if (info->state_2d.has_mask) {
|
| H A D | r128.h | 289 Bool has_mask; member in struct:r128_2d_state
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i965_render.c | 520 Bool has_mask; member in struct:wm_kernel_info 841 Bool has_mask, drm_intel_bo *kernel_bo, 898 if (has_mask) { 1633 Bool has_mask; local in function:i965_composite 1675 has_mask = FALSE; 1677 has_mask = TRUE; 1721 if (has_mask) { 1735 if (has_mask) { 1749 if (has_mask) { 1897 wm_kernels_gen5[m].has_mask, 840 gen4_create_wm_state(ScrnInfoPtr scrn,Bool has_mask,drm_intel_bo * kernel_bo,drm_intel_bo * sampler_bo) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi.h | 257 boolean has_mask; member in struct:lp_exec_mask
|
| H A D | lp_bld_tgsi_soa.c | 202 mask->has_mask = FALSE; 261 mask->has_mask = (has_cond_mask || 741 LLVMValueRef exec_mask = mask->has_mask ? mask->exec_mask : NULL; 1024 LLVMValueRef pred = mask->has_mask ? mask->exec_mask : NULL; 1963 if (bld->exec_mask.has_mask) { 2760 if (bld->exec_mask.has_mask) { 2787 if (bld->exec_mask.has_mask) { 3366 if (!exec_mask->has_mask) {
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | gen6_render.c | 420 gen6_choose_composite_kernel(int op, bool has_mask, bool is_ca, bool is_affine) argument 424 if (has_mask) { 666 gen6_emit_sf(struct sna *sna, bool has_mask) argument 668 int num_sf_outputs = has_mask ? 2 : 1; 703 gen6_emit_wm(struct sna *sna, unsigned int kernel, bool has_mask) argument 731 OUT_BATCH((1 + has_mask) << GEN6_3DSTATE_WM_NUM_SF_OUTPUTS_SHIFT | 811 * texture coordinate 1 if (has_mask is true): same as above 816 bool has_mask; local in function:gen6_emit_vertex_elements 832 has_mask = (id >> 2) != 0; 834 ((2 * (3 + has_mask)) [all...] |
| H A D | gen5_render.c | 147 bool has_mask; member in struct:wm_kernel_info 224 gen5_choose_composite_kernel(int op, bool has_mask, bool is_ca, bool is_affine) argument 228 if (has_mask) { 875 DBG(("%s: has_mask=%d, src=(%d, %d), mask=(%d, %d),kernel=%d, blend=%d, ca=%d, format=%x\n", 943 * texture coordinate 1 if (has_mask is true): same as above 947 bool has_mask = id >> 2; local in function:gen5_emit_vertex_elements 965 ((2 * (has_mask ? 4 : 3)) + 1 - 2)); 1021 if (has_mask) { 3219 bool has_mask, 3253 if (has_mask) { 3218 gen5_init_wm_state(struct gen5_wm_unit_state * state,bool has_mask,uint32_t kernel,uint32_t sampler) argument [all...] |
| H A D | gen7_render.c | 518 gen7_choose_composite_kernel(int op, bool has_mask, bool is_ca, bool is_affine) argument 522 if (has_mask) { 877 gen7_emit_sf(struct sna *sna, bool has_mask) argument 879 int num_sf_outputs = has_mask ? 2 : 1; 988 * texture coordinate 1 if (has_mask is true): same as above 993 bool has_mask; local in function:gen7_emit_vertex_elements 1009 has_mask = (id >> 2) != 0; 1011 ((2 * (3 + has_mask)) + 1 - 2)); 1067 if (has_mask) {
|
| H A D | gen8_render.c | 487 gen8_choose_composite_kernel(int op, bool has_mask, bool is_ca, bool is_affine) argument 491 if (has_mask) { 986 gen8_emit_sf(struct sna *sna, bool has_mask) argument 988 int num_sf_outputs = has_mask ? 2 : 1; 1092 * texture coordinate 1 if (has_mask is true): same as above 1097 bool has_mask; local in function:gen8_emit_vertex_elements 1113 has_mask = (id >> 2) != 0; 1115 ((2 * (3 + has_mask)) + 1 - 2)); 1171 if (has_mask) {
|
| H A D | gen9_render.c | 538 gen9_choose_composite_kernel(int op, bool has_mask, bool is_ca, bool is_affine) argument 542 if (has_mask) { 1048 gen9_emit_sf(struct sna *sna, bool has_mask) argument 1050 int num_sf_outputs = has_mask ? 2 : 1; 1157 * texture coordinate 1 if (has_mask is true): same as above 1162 bool has_mask; local in function:gen9_emit_vertex_elements 1189 has_mask = (id >> 2) != 0; 1191 ((2 * (3 + has_mask)) + 1 - 2)); 1247 if (has_mask) {
|
| H A D | gen4_render.c | 157 bool has_mask; member in struct:wm_kernel_info 236 gen4_choose_composite_kernel(int op, bool has_mask, bool is_ca, bool is_affine) argument 240 if (has_mask) { 947 DBG(("%s: has_mask=%d, src=(%d, %d), mask=(%d, %d),kernel=%d, blend=%d, ca=%d, format=%x\n", 1006 * texture coordinate 1 if (has_mask is true): same as above 3112 bool has_mask, 3143 if (has_mask) { 3242 wm_kernels[m].has_mask, 3110 gen4_init_wm_state(struct gen4_wm_unit_state * wm,int gen,bool has_mask,uint32_t kernel,uint32_t sampler) argument
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | gen6_render.c | 386 gen6_choose_composite_kernel(int op, bool has_mask, bool is_ca, bool is_affine) argument 390 if (has_mask) { 632 gen6_emit_sf(struct sna *sna, bool has_mask) argument 634 int num_sf_outputs = has_mask ? 2 : 1; 669 gen6_emit_wm(struct sna *sna, unsigned int kernel, bool has_mask) argument 697 OUT_BATCH((1 + has_mask) << GEN6_3DSTATE_WM_NUM_SF_OUTPUTS_SHIFT | 777 * texture coordinate 1 if (has_mask is true): same as above 782 bool has_mask; local in function:gen6_emit_vertex_elements 798 has_mask = (id >> 2) != 0; 800 ((2 * (3 + has_mask)) [all...] |
| H A D | gen5_render.c | 115 bool has_mask; member in struct:wm_kernel_info 187 gen5_choose_composite_kernel(int op, bool has_mask, bool is_ca, bool is_affine) argument 191 if (has_mask) { 838 DBG(("%s: has_mask=%d, src=(%d, %d), mask=(%d, %d),kernel=%d, blend=%d, ca=%d, format=%x\n", 906 * texture coordinate 1 if (has_mask is true): same as above 910 bool has_mask = id >> 2; local in function:gen5_emit_vertex_elements 928 ((2 * (has_mask ? 4 : 3)) + 1 - 2)); 984 if (has_mask) { 3158 bool has_mask, 3192 if (has_mask) { 3157 gen5_init_wm_state(struct gen5_wm_unit_state * state,bool has_mask,uint32_t kernel,uint32_t sampler) argument [all...] |
| H A D | gen7_render.c | 481 gen7_choose_composite_kernel(int op, bool has_mask, bool is_ca, bool is_affine) argument 485 if (has_mask) { 840 gen7_emit_sf(struct sna *sna, bool has_mask) argument 842 int num_sf_outputs = has_mask ? 2 : 1; 951 * texture coordinate 1 if (has_mask is true): same as above 956 bool has_mask; local in function:gen7_emit_vertex_elements 972 has_mask = (id >> 2) != 0; 974 ((2 * (3 + has_mask)) + 1 - 2)); 1030 if (has_mask) {
|
| H A D | gen8_render.c | 421 gen8_choose_composite_kernel(int op, bool has_mask, bool is_ca, bool is_affine) argument 425 if (has_mask) { 920 gen8_emit_sf(struct sna *sna, bool has_mask) argument 922 int num_sf_outputs = has_mask ? 2 : 1; 1026 * texture coordinate 1 if (has_mask is true): same as above 1031 bool has_mask; local in function:gen8_emit_vertex_elements 1047 has_mask = (id >> 2) != 0; 1049 ((2 * (3 + has_mask)) + 1 - 2)); 1105 if (has_mask) {
|
| H A D | gen4_render.c | 125 bool has_mask; member in struct:wm_kernel_info 199 gen4_choose_composite_kernel(int op, bool has_mask, bool is_ca, bool is_affine) argument 203 if (has_mask) { 910 DBG(("%s: has_mask=%d, src=(%d, %d), mask=(%d, %d),kernel=%d, blend=%d, ca=%d, format=%x\n", 969 * texture coordinate 1 if (has_mask is true): same as above 3046 bool has_mask, 3077 if (has_mask) { 3176 wm_kernels[m].has_mask, 3044 gen4_init_wm_state(struct gen4_wm_unit_state * wm,int gen,bool has_mask,uint32_t kernel,uint32_t sampler) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/ |
| H A D | swr_shader.cpp | 492 if (exec_mask->has_mask)
|