| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | gen8_cmd_buffer.c | 84 struct anv_state cc_state = local in function:gen8_cmd_buffer_emit_depth_viewport 95 GENX(CC_VIEWPORT_pack)(NULL, cc_state.map + i * 8, &cc_viewport); 100 cc.CCViewportPointer = cc_state.offset; 428 struct anv_state cc_state = local in function:genX 440 GENX(COLOR_CALC_STATE_pack)(NULL, cc_state.map, &cc); 443 ccp.ColorCalcStatePointer = cc_state.offset; 478 struct anv_state cc_state = local in function:genX 488 GENX(COLOR_CALC_STATE_pack)(NULL, cc_state.map, &cc); 491 ccp.ColorCalcStatePointer = cc_state.offset;
|
| H A D | gen7_cmd_buffer.c | 203 struct anv_state cc_state = local in function:genX 215 GENX(COLOR_CALC_STATE_pack)(NULL, cc_state.map, &cc); 218 ccp.ColorCalcStatePointer = cc_state.offset;
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i965_video.c | 713 struct brw_cc_unit_state *cc_state; local in function:i965_create_cc_state 719 if (intel_alloc_and_map(pI830, "textured video cc state", sizeof(*cc_state), 720 &cc_bo, &cc_state) != 0) { 726 memset(cc_state, 0, sizeof(*cc_state)); 727 cc_state->cc0.stencil_enable = 0; /* disable stencil */ 728 cc_state->cc2.depth_test = 0; /* disable depth test */ 729 cc_state->cc2.logicop_enable = 1; /* enable logic op */ 730 cc_state->cc3.ia_blend_enable = 1; /* blend alpha just like colors */ 731 cc_state [all...] |
| H A D | i965_render.c | 574 brw_cc_unit_state_padded cc_state[BRW_BLENDFACTOR_COUNT] member in struct:gen4_cc_unit_state 802 struct brw_cc_unit_state *cc_state; local in function:cc_state_init 804 cc_state = (struct brw_cc_unit_state *)((char *)cc_state_bo->virtual + 807 memset(cc_state, 0, sizeof(*cc_state)); 808 cc_state->cc0.stencil_enable = 0; /* disable stencil */ 809 cc_state->cc2.depth_test = 0; /* disable depth test */ 810 cc_state->cc2.logicop_enable = 0; /* disable logic op */ 811 cc_state->cc3.ia_blend_enable = 0; /* blend alpha same as colors */ 812 cc_state 962 struct gen4_cc_unit_state *cc_state; local in function:gen4_create_cc_unit_state [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | i965_video.c | 829 struct brw_cc_unit_state cc_state; local in function:i965_create_cc_state 837 sizeof(cc_state), 0); 844 memset(&cc_state, 0, sizeof(cc_state)); 845 cc_state.cc0.stencil_enable = 0; /* disable stencil */ 846 cc_state.cc2.depth_test = 0; /* disable depth test */ 847 cc_state.cc2.logicop_enable = 1; /* enable logic op */ 848 cc_state.cc3.ia_blend_enable = 1; /* blend alpha just like colors */ 849 cc_state.cc3.blend_enable = 0; /* disable color blend */ 850 cc_state 1381 struct gen6_color_calc_state cc_state; local in function:gen6_create_cc_state [all...] |
| H A D | i965_render.c | 733 brw_cc_unit_state_padded cc_state[BRW_BLENDFACTOR_COUNT][BRW_BLENDFACTOR_COUNT]; member in struct:gen4_cc_unit_state 1074 struct brw_cc_unit_state *cc_state; local in function:cc_state_init 1076 cc_state = (struct brw_cc_unit_state *)((char *)cc_state_bo->virtual + 1079 memset(cc_state, 0, sizeof(*cc_state)); 1080 cc_state->cc0.stencil_enable = 0; /* disable stencil */ 1081 cc_state->cc2.depth_test = 0; /* disable depth test */ 1082 cc_state->cc2.logicop_enable = 0; /* disable logic op */ 1083 cc_state->cc3.ia_blend_enable = 0; /* blend alpha same as colors */ 1084 cc_state [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | i965_video.c | 830 struct brw_cc_unit_state cc_state; local in function:i965_create_cc_state 838 sizeof(cc_state), 0); 845 memset(&cc_state, 0, sizeof(cc_state)); 846 cc_state.cc0.stencil_enable = 0; /* disable stencil */ 847 cc_state.cc2.depth_test = 0; /* disable depth test */ 848 cc_state.cc2.logicop_enable = 1; /* enable logic op */ 849 cc_state.cc3.ia_blend_enable = 1; /* blend alpha just like colors */ 850 cc_state.cc3.blend_enable = 0; /* disable color blend */ 851 cc_state 1382 struct gen6_color_calc_state cc_state; local in function:gen6_create_cc_state [all...] |
| H A D | i965_render.c | 733 brw_cc_unit_state_padded cc_state[BRW_BLENDFACTOR_COUNT][BRW_BLENDFACTOR_COUNT]; member in struct:gen4_cc_unit_state 1074 struct brw_cc_unit_state *cc_state; local in function:cc_state_init 1076 cc_state = (struct brw_cc_unit_state *)((char *)cc_state_bo->virtual + 1079 memset(cc_state, 0, sizeof(*cc_state)); 1080 cc_state->cc0.stencil_enable = 0; /* disable stencil */ 1081 cc_state->cc2.depth_test = 0; /* disable depth test */ 1082 cc_state->cc2.logicop_enable = 0; /* disable logic op */ 1083 cc_state->cc3.ia_blend_enable = 0; /* blend alpha same as colors */ 1084 cc_state [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | gfx8_cmd_buffer.c | 101 struct anv_state cc_state = local in function:gfx8_cmd_buffer_emit_depth_viewport 120 GENX(CC_VIEWPORT_pack)(NULL, cc_state.map + i * 8, &cc_viewport); 125 cc.CCViewportPointer = cc_state.offset; 517 struct anv_state cc_state = local in function:genX 529 GENX(COLOR_CALC_STATE_pack)(NULL, cc_state.map, &cc); 532 ccp.ColorCalcStatePointer = cc_state.offset; 585 struct anv_state cc_state = local in function:genX 595 GENX(COLOR_CALC_STATE_pack)(NULL, cc_state.map, &cc); 598 ccp.ColorCalcStatePointer = cc_state.offset;
|
| H A D | gfx7_cmd_buffer.c | 267 struct anv_state cc_state = local in function:genX 279 GENX(COLOR_CALC_STATE_pack)(NULL, cc_state.map, &cc); 282 ccp.ColorCalcStatePointer = cc_state.offset;
|