| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_genx_protos.h | 31 void genX(crocus_init_state)(struct crocus_context *ice); 32 void genX(crocus_init_screen_state)(struct crocus_screen *screen); 33 void genX(crocus_upload_urb)(struct crocus_batch *batch, 37 void genX(crocus_update_pma_fix)(struct crocus_context *ice, 41 void genX(crocus_init_blorp)(struct crocus_context *ice); 44 void genX(crocus_init_query)(struct crocus_context *ice); 45 void genX(crocus_init_screen_query)(struct crocus_screen *screen); 48 void genX(crocus_init_blt)(struct crocus_screen *screen);
|
| H A D | crocus_context.h | 978 #ifdef genX 981 # define genX(x) gfx4_##x macro 983 # undef genX 984 # define genX(x) gfx45_##x macro 986 # undef genX 987 # define genX(x) gfx5_##x macro 989 # undef genX 990 # define genX(x) gfx6_##x macro 992 # undef genX 993 # define genX( macro 996 # define genX macro 999 # define genX macro [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_genx_protos.h | 31 void genX(init_state)(struct iris_context *ice); 32 void genX(init_screen_state)(struct iris_screen *screen); 33 void genX(emit_hashing_mode)(struct iris_context *ice, 37 void genX(emit_depth_state_workarounds)(struct iris_context *ice, 40 void genX(update_pma_fix)(struct iris_context *ice, 44 void genX(invalidate_aux_map_state)(struct iris_batch *batch); 47 void genX(init_blorp)(struct iris_context *ice); 50 void genX(init_query)(struct iris_context *ice); 51 void genX(math_add32_gpr0)(struct iris_context *ice, 54 void genX(math_div32_gpr [all...] |
| H A D | iris_context.h | 837 /** Last rendering scale argument provided to genX(emit_hashing_mode). */ 1071 #ifdef genX 1074 # define genX(x) gfx4_##x macro 1076 # undef genX 1077 # define genX(x) gfx5_##x macro 1079 # undef genX 1080 # define genX(x) gfx6_##x macro 1082 # undef genX 1083 # define genX(x) gfx7_##x macro 1085 # undef genX 1086 # define genX macro 1089 # define genX macro 1092 # define genX macro 1095 # define genX macro 1098 # define genX macro 1101 # define genX macro [all...] |
| H A D | iris_blorp.c | 289 genX(emit_depth_state_workarounds)(ice, batch, ¶ms->depth.surf); 304 genX(update_pma_fix)(ice, batch, false); 309 genX(emit_hashing_mode)(ice, batch, params->x1 - params->x0, 314 genX(invalidate_aux_map_state)(batch); 406 genX(init_blorp)(struct iris_context *ice) function in typeref:typename:void
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_genX.h | 39 VkResult genX(init_device_state)(struct anv_device *device); 41 void genX(cmd_buffer_emit_state_base_address)(struct anv_cmd_buffer *cmd_buffer); 43 void genX(cmd_buffer_apply_pipe_flushes)(struct anv_cmd_buffer *cmd_buffer); 45 void genX(cmd_buffer_emit_gen7_depth_flush)(struct anv_cmd_buffer *cmd_buffer); 47 void genX(flush_pipeline_select_3d)(struct anv_cmd_buffer *cmd_buffer); 48 void genX(flush_pipeline_select_gpgpu)(struct anv_cmd_buffer *cmd_buffer); 50 void genX(cmd_buffer_config_l3)(struct anv_cmd_buffer *cmd_buffer, 53 void genX(cmd_buffer_flush_state)(struct anv_cmd_buffer *cmd_buffer); 54 void genX(cmd_buffer_flush_dynamic_state)(struct anv_cmd_buffer *cmd_buffer); 56 void genX(cmd_buffer_flush_compute_stat [all...] |
| H A D | genX_blorp_exec.c | 207 genX(emit_urb_setup)(device, &cmd_buffer->batch, 215 genX(blorp_exec)(struct blorp_batch *batch, function in typeref:typename:void 223 genX(cmd_buffer_config_l3)(cmd_buffer, cfg); 243 * See genX(cmd_buffer_mi_memcpy) for more details. 250 genX(cmd_buffer_apply_pipe_flushes)(cmd_buffer); 252 genX(flush_pipeline_select_3d)(cmd_buffer); 254 genX(cmd_buffer_emit_gen7_depth_flush)(cmd_buffer); 259 genX(cmd_buffer_enable_pma_fix)(cmd_buffer, false);
|
| H A D | genX_query.c | 41 VkResult genX(CreateQueryPool)( function in typeref:typename:VkResult 137 void genX(DestroyQueryPool)( function in typeref:typename:void 220 VkResult genX(GetQueryPoolResults)( function in typeref:typename:VkResult 414 void genX(CmdResetQueryPool)( function in typeref:typename:void 448 void genX(ResetQueryPoolEXT)( function in typeref:typename:void 500 void genX(CmdBeginQuery)( function in typeref:typename:void 506 genX(CmdBeginQueryIndexedEXT)(commandBuffer, queryPool, query, flags, 0); 509 void genX(CmdBeginQueryIndexedEXT)( function in typeref:typename:void 558 void genX(CmdEndQuery)( function in typeref:typename:void 563 genX(CmdEndQueryIndexedEX 566 void genX(CmdEndQueryIndexedEXT)( function in typeref:typename:void 636 void genX(CmdWriteTimestamp)( function in typeref:typename:void 713 void genX(CmdCopyQueryPoolResults)( function in typeref:typename:void 816 void genX(CmdCopyQueryPoolResults)( function in typeref:typename:void [all...] |
| H A D | genX_gpu_memcpy.c | 55 genX(cmd_buffer_so_memcpy)(struct anv_cmd_buffer *cmd_buffer, function in typeref:typename:void 78 genX(cmd_buffer_config_l3)(cmd_buffer, cfg); 81 genX(cmd_buffer_apply_pipe_flushes)(cmd_buffer); 83 genX(flush_pipeline_select_3d)(cmd_buffer); 147 genX(emit_urb_setup)(cmd_buffer->device, &cmd_buffer->batch,
|
| H A D | genX_cmd_buffer.c | 52 genX(cmd_buffer_emit_state_base_address)(struct anv_cmd_buffer *cmd_buffer) function in typeref:typename:void 749 genX(cmd_buffer_mark_image_written)(struct anv_cmd_buffer *cmd_buffer, function in typeref:typename:void 828 genX(copy_fast_clear_dwords)(struct anv_cmd_buffer *cmd_buffer, function in typeref:typename:void 865 genX(cmd_buffer_apply_pipe_flushes)(cmd_buffer); 1141 genX(cmd_buffer_setup_attachments)(struct anv_cmd_buffer *cmd_buffer, function in typeref:typename:VkResult 1301 genX(BeginCommandBuffer)( function in typeref:typename:VkResult 1328 genX(cmd_buffer_emit_state_base_address)(cmd_buffer); 1363 result = genX(cmd_buffer_setup_attachments)(cmd_buffer, 1452 genX(EndCommandBuffer)( function in typeref:typename:VkResult 1463 genX(cmd_buffer_enable_pma_fi 1475 genX(CmdExecuteCommands)( function in typeref:typename:void 1572 genX(cmd_buffer_config_l3)(struct anv_cmd_buffer *cmd_buffer, function in typeref:typename:void 1731 genX(cmd_buffer_apply_pipe_flushes)(struct anv_cmd_buffer *cmd_buffer) function in typeref:typename:void 1837 void genX(CmdPipelineBarrier)( function in typeref:typename:void 2598 genX(cmd_buffer_flush_state)(struct anv_cmd_buffer *cmd_buffer) function in typeref:typename:void 2825 void genX(CmdDraw)( function in typeref:typename:void 2867 void genX(CmdDrawIndexed)( function in typeref:typename:void 2918 void genX(CmdDrawIndirectByteCountEXT)( function in typeref:typename:void 3016 void genX(CmdDrawIndirect)( function in typeref:typename:void 3058 void genX(CmdDrawIndexedIndirect)( function in typeref:typename:void 3191 void genX(CmdDrawIndirectCountKHR)( function in typeref:typename:void 3250 void genX(CmdDrawIndexedIndirectCountKHR)( function in typeref:typename:void 3310 void genX(CmdBeginTransformFeedbackEXT)( function in typeref:typename:void 3363 void genX(CmdEndTransformFeedbackEXT)( function in typeref:typename:void 3468 genX(cmd_buffer_flush_compute_state)(struct anv_cmd_buffer *cmd_buffer) function in typeref:typename:void 3564 void genX(CmdDispatch)( function in typeref:typename:void 3573 void genX(CmdDispatchBase)( function in typeref:typename:void 3630 void genX(CmdDispatchIndirect)( function in typeref:typename:void 3736 genX(flush_pipeline_select)(struct anv_cmd_buffer *cmd_buffer, function in typeref:typename:void 3833 genX(flush_pipeline_select_3d)(struct anv_cmd_buffer *cmd_buffer) function in typeref:typename:void 3839 genX(flush_pipeline_select_gpgpu)(struct anv_cmd_buffer *cmd_buffer) function in typeref:typename:void 3845 genX(cmd_buffer_emit_gen7_depth_flush)(struct anv_cmd_buffer *cmd_buffer) function in typeref:typename:void 4609 void genX(CmdBeginRenderPass)( function in typeref:typename:void 4635 void genX(CmdBeginRenderPass2KHR)( function in typeref:typename:void 4644 void genX(CmdNextSubpass)( function in typeref:typename:void 4660 void genX(CmdNextSubpass2KHR)( function in typeref:typename:void 4668 void genX(CmdEndRenderPass)( function in typeref:typename:void 4692 void genX(CmdEndRenderPass2KHR)( function in typeref:typename:void 4700 genX(cmd_emit_conditional_render_predicate)(struct anv_cmd_buffer *cmd_buffer) function in typeref:typename:void 4719 void genX(CmdBeginConditionalRenderingEXT)( function in typeref:typename:void 4761 void genX(CmdEndConditionalRenderingEXT)( function in typeref:typename:void 4790 void genX(CmdSetEvent)( function in typeref:typename:void 4814 void genX(CmdResetEvent)( function in typeref:typename:void 4838 void genX(CmdWaitEvents)( function in typeref:typename:void [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_genX.h | 39 extern const uint32_t genX(vk_to_intel_cullmode)[]; 41 extern const uint32_t genX(vk_to_intel_front_face)[]; 43 extern const uint32_t genX(vk_to_intel_primitive_type)[]; 45 extern const uint32_t genX(vk_to_intel_compare_op)[]; 47 extern const uint32_t genX(vk_to_intel_stencil_op)[]; 49 extern const uint32_t genX(vk_to_intel_logic_op)[]; 51 void genX(init_physical_device_state)(struct anv_physical_device *device); 53 VkResult genX(init_device_state)(struct anv_device *device); 55 void genX(cmd_buffer_emit_state_base_address)(struct anv_cmd_buffer *cmd_buffer); 57 void genX(cmd_buffer_apply_pipe_flushe [all...] |
| H A D | genX_blorp_exec.c | 213 genX(cmd_buffer_set_binding_for_gfx8_vb_flush)(cmd_buffer, 217 genX(cmd_buffer_apply_pipe_flushes)(cmd_buffer); 223 genX(cmd_buffer_update_dirty_vbs_for_gfx8_vb_flush)(cmd_buffer, SEQUENTIAL, 253 genX(blorp_exec)(struct blorp_batch *batch, function in typeref:typename:void 265 genX(cmd_buffer_config_l3)(cmd_buffer, cfg); 269 genX(cmd_buffer_emit_hashing_mode)(cmd_buffer, params->x1 - params->x0, 289 genX(cmd_buffer_emit_gfx12_depth_wa)(cmd_buffer, ¶ms->depth.surf); 294 * See genX(cmd_buffer_mi_memcpy) for more details. 304 genX(cmd_buffer_apply_pipe_flushes)(cmd_buffer); 307 genX(flush_pipeline_select_gpgp [all...] |
| H A D | gfx7_cmd_buffer.c | 156 void genX(CmdBindIndexBuffer)( function in typeref:typename:void 204 genX(cmd_buffer_flush_dynamic_state)(struct anv_cmd_buffer *cmd_buffer) function in typeref:typename:void 214 topology = genX(vk_to_intel_primitive_type)[d->primitive_topology]; 238 genX(raster_polygon_mode)(cmd_buffer->state.gfx.pipeline, 242 genX(ms_rasterization_mode)(pipeline, dynamic_raster_mode); 253 .FrontWinding = genX(vk_to_intel_front_face)[d->front_face], 254 .CullMode = genX(vk_to_intel_cullmode)[d->cull_mode], 319 .DepthTestFunction = genX(vk_to_intel_compare_op)[d->depth_compare_op], 321 .StencilFailOp = genX(vk_to_intel_stencil_op)[d->stencil_op.front.fail_op], 322 .StencilPassDepthPassOp = genX(vk_to_intel_stencil_o 472 genX(cmd_buffer_enable_pma_fix)(struct anv_cmd_buffer *cmd_buffer, function in typeref:typename:void [all...] |
| H A D | gfx8_cmd_buffer.c | 131 genX(cmd_buffer_enable_pma_fix)(struct anv_cmd_buffer *cmd_buffer, bool enable) function in typeref:typename:void 418 genX(cmd_buffer_flush_dynamic_state)(struct anv_cmd_buffer *cmd_buffer) function in typeref:typename:void 428 topology = genX(vk_to_intel_primitive_type)[d->primitive_topology]; 477 genX(raster_polygon_mode)(cmd_buffer->state.gfx.pipeline, 480 genX(rasterization_mode)( 498 .CullMode = genX(vk_to_intel_cullmode)[d->cull_mode], 499 .FrontWinding = genX(vk_to_intel_front_face)[d->front_face], 563 .DepthTestFunction = genX(vk_to_intel_compare_op)[d->depth_compare_op], 565 .StencilFailOp = genX(vk_to_intel_stencil_op)[d->stencil_op.front.fail_op], 566 .StencilPassDepthPassOp = genX(vk_to_intel_stencil_o 820 void genX(CmdBindIndexBuffer)( function in typeref:typename:void [all...] |
| H A D | genX_gpu_memcpy.c | 55 genX(cmd_buffer_so_memcpy)(struct anv_cmd_buffer *cmd_buffer, function in typeref:typename:void 78 genX(cmd_buffer_config_l3)(cmd_buffer, cfg); 81 genX(cmd_buffer_set_binding_for_gfx8_vb_flush)(cmd_buffer, 32, src, size); 82 genX(cmd_buffer_apply_pipe_flushes)(cmd_buffer); 84 genX(flush_pipeline_select_3d)(cmd_buffer); 158 genX(emit_urb_setup)(cmd_buffer->device, &cmd_buffer->batch, 248 genX(cmd_buffer_update_dirty_vbs_for_gfx8_vb_flush)(cmd_buffer, SEQUENTIAL,
|
| H A D | genX_cmd_buffer.c | 51 static void genX(flush_pipeline_select)(struct anv_cmd_buffer *cmd_buffer, 89 genX(cmd_buffer_emit_state_base_address)(struct anv_cmd_buffer *cmd_buffer) function in typeref:typename:void 136 genX(flush_pipeline_select_3d)(cmd_buffer); 232 genX(flush_pipeline_select)(cmd_buffer, gfx12_wa_pipeline); 521 genX(cmd_buffer_apply_pipe_flushes)(cmd_buffer); 999 genX(cmd_buffer_mark_image_written)(struct anv_cmd_buffer *cmd_buffer, function in typeref:typename:void 1078 genX(copy_fast_clear_dwords)(struct anv_cmd_buffer *cmd_buffer, function in typeref:typename:void 1117 genX(cmd_buffer_apply_pipe_flushes)(cmd_buffer); 1532 genX(cmd_buffer_setup_attachments)(struct anv_cmd_buffer *cmd_buffer, function in typeref:typename:VkResult 1648 genX(cmd_buffer_alloc_att_surf_state function in typeref:typename:VkResult 1720 genX(BeginCommandBuffer)( function in typeref:typename:VkResult 1910 genX(EndCommandBuffer)( function in typeref:typename:VkResult 1935 genX(CmdExecuteCommands)( function in typeref:typename:void 2048 genX(cmd_buffer_config_l3)(struct anv_cmd_buffer *cmd_buffer, function in typeref:typename:void 2116 genX(cmd_buffer_apply_pipe_flushes)(struct anv_cmd_buffer *cmd_buffer) function in typeref:typename:void 2491 void genX(CmdPipelineBarrier2KHR)( function in typeref:typename:void 3537 genX(cmd_buffer_flush_state)(struct anv_cmd_buffer *cmd_buffer) function in typeref:typename:void 3904 void genX(CmdDraw)( function in typeref:typename:void 3955 void genX(CmdDrawMultiEXT)( function in typeref:typename:void 4010 void genX(CmdDrawIndexed)( function in typeref:typename:void 4061 void genX(CmdDrawMultiIndexedEXT)( function in typeref:typename:void 4181 void genX(CmdDrawIndirectByteCountEXT)( function in typeref:typename:void 4289 void genX(CmdDrawIndirect)( function in typeref:typename:void 4338 void genX(CmdDrawIndexedIndirect)( function in typeref:typename:void 4493 void genX(CmdDrawIndirectCount)( function in typeref:typename:void 4553 void genX(CmdDrawIndexedIndirectCount)( function in typeref:typename:void 4614 void genX(CmdBeginTransformFeedbackEXT)( function in typeref:typename:void 4669 void genX(CmdEndTransformFeedbackEXT)( function in typeref:typename:void 4720 genX(cmd_buffer_flush_compute_state)(struct anv_cmd_buffer *cmd_buffer) function in typeref:typename:void 4853 void genX(CmdDispatch)( function in typeref:typename:void 4960 void genX(CmdDispatchBase)( function in typeref:typename:void 5015 void genX(CmdDispatchIndirect)( function in typeref:typename:void 5340 genX(CmdTraceRaysKHR)( function in typeref:typename:void 5363 genX(CmdTraceRaysIndirectKHR)( function in typeref:typename:void 5385 genX(flush_pipeline_select)(struct anv_cmd_buffer *cmd_buffer, function in typeref:typename:void 5498 genX(flush_pipeline_select_3d)(struct anv_cmd_buffer *cmd_buffer) function in typeref:typename:void 5504 genX(flush_pipeline_select_gpgpu)(struct anv_cmd_buffer *cmd_buffer) function in typeref:typename:void 5510 genX(cmd_buffer_emit_gfx7_depth_flush)(struct anv_cmd_buffer *cmd_buffer) function in typeref:typename:void 5545 genX(cmd_buffer_emit_gfx12_depth_wa)(struct anv_cmd_buffer *cmd_buffer, function in typeref:typename:void 5627 genX(cmd_buffer_set_binding_for_gfx8_vb_flush)(struct anv_cmd_buffer *cmd_buffer, function in typeref:typename:void 5678 genX(cmd_buffer_update_dirty_vbs_for_gfx8_vb_flush)(struct anv_cmd_buffer *cmd_buffer, function in typeref:typename:void 5733 genX(cmd_buffer_emit_hashing_mode)(struct anv_cmd_buffer *cmd_buffer, function in typeref:typename:void 6726 void genX(CmdBeginRenderPass2)( function in typeref:typename:void 6761 void genX(CmdNextSubpass2)( function in typeref:typename:void 6778 void genX(CmdEndRenderPass2)( function in typeref:typename:void 6800 genX(cmd_emit_conditional_render_predicate)(struct anv_cmd_buffer *cmd_buffer) function in typeref:typename:void 6819 void genX(CmdBeginConditionalRenderingEXT)( function in typeref:typename:void 6861 void genX(CmdEndConditionalRenderingEXT)( function in typeref:typename:void 6880 void genX(CmdSetEvent2KHR)( function in typeref:typename:void 6917 void genX(CmdResetEvent2KHR)( function in typeref:typename:void 6945 void genX(CmdWaitEvents2KHR)( function in typeref:typename:void 6974 VkResult genX(CmdSetPerformanceOverrideINTEL)( function in typeref:typename:VkResult 7018 VkResult genX(CmdSetPerformanceStreamMarkerINTEL)( function in typeref:typename:VkResult 7027 void genX(cmd_emit_timestamp)(struct anv_batch *batch, function in typeref:typename:void [all...] |
| H A D | genX_pipeline.c | 267 genX(emit_urb_setup)(struct anv_device *device, struct anv_batch *batch, function in typeref:typename:void 324 genX(emit_urb_setup)(pipeline->base.device, &pipeline->base.batch, 457 genX(raster_polygon_mode)(struct anv_graphics_pipeline *pipeline, function in typeref:typename:VkPolygonMode 518 genX(ms_rasterization_mode)(struct anv_graphics_pipeline *pipeline, function in typeref:typename:uint32_t 553 const uint32_t genX(vk_to_intel_cullmode)[] = { 560 const uint32_t genX(vk_to_intel_fillmode)[] = { 566 const uint32_t genX(vk_to_intel_front_face)[] = { 584 genX(rasterization_mode)(VkPolygonMode raster_mode, function in typeref:typename:void 702 genX(raster_polygon_mode)(pipeline, ia_info->topology); 711 genX(rasterization_mod 2469 genX(graphics_pipeline_create)( function in typeref:typename:VkResult 2794 VkResult genX(CreateGraphicsPipelines)( function in typeref:typename:VkResult 2833 VkResult genX(CreateComputePipelines)( function in typeref:typename:VkResult 3016 genX(CreateRayTracingPipelinesKHR)( function in typeref:typename:VkResult [all...] |
| H A D | genX_query.c | 60 VkResult genX(CreateQueryPool)( function in typeref:typename:VkResult 234 void genX(DestroyQueryPool)( function in typeref:typename:void 431 VkResult genX(GetQueryPoolResults)( function in typeref:typename:VkResult 609 genX(cmd_buffer_apply_pipe_flushes)(cmd_buffer); 636 genX(cmd_buffer_apply_pipe_flushes)(cmd_buffer); 715 void genX(CmdResetQueryPool)( function in typeref:typename:void 775 void genX(ResetQueryPool)( function in typeref:typename:void 880 void genX(CmdBeginQuery)( function in typeref:typename:void 886 genX(CmdBeginQueryIndexedEXT)(commandBuffer, queryPool, query, flags, 0); 889 void genX(CmdBeginQueryIndexedEX function in typeref:typename:void 1059 void genX(CmdEndQuery)( function in typeref:typename:void 1067 void genX(CmdEndQueryIndexedEXT)( function in typeref:typename:void 1229 void genX(CmdWriteTimestamp2KHR)( function in typeref:typename:void 1340 void genX(CmdCopyQueryPoolResults)( function in typeref:typename:void 1463 void genX(CmdCopyQueryPoolResults)( function in typeref:typename:void [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/genxml/ |
| H A D | gen_macros.h | 29 * The prefixing macros GENX() and genX() automatically prefix whatever you 64 # define genX(x) gfx4_##x macro 67 # define genX(x) gfx45_##x macro 70 # define genX(x) gfx5_##x macro 73 # define genX(x) gfx6_##x macro 76 # define genX(x) gfx7_##x macro 79 # define genX(x) gfx75_##x macro 82 # define genX(x) gfx8_##x macro 85 # define genX(x) gfx9_##x macro 88 # define genX( macro 91 # define genX macro 94 # define genX macro [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/intel/genxml/ |
| H A D | gen_macros.h | 29 * The prefixing macros GENX() and genX() automatically prefix whatever you 66 # define genX(x) gen4_##x macro 69 # define genX(x) gen45_##x macro 72 # define genX(x) gen5_##x macro 75 # define genX(x) gen6_##x macro 78 # define genX(x) gen7_##x macro 81 # define genX(x) gen75_##x macro 84 # define genX(x) gen8_##x macro 87 # define genX(x) gen9_##x macro 90 # define genX( macro 93 # define genX macro [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/isl/ |
| H A D | isl_priv.h | 200 /* This is useful for adding the isl_prefix to genX functions */ 203 #define isl_genX(x) __PASTE(isl_, genX(x)) 205 #ifdef genX 208 # define genX(x) gfx4_##x macro 210 # undef genX 211 # define genX(x) gfx5_##x macro 213 # undef genX 214 # define genX(x) gfx6_##x macro 216 # undef genX 217 # define genX( macro 220 # define genX macro 223 # define genX macro 226 # define genX macro 229 # define genX macro 232 # define genX macro 235 # define genX macro [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/intel/isl/ |
| H A D | isl_priv.h | 200 /* This is useful for adding the isl_prefix to genX functions */ 203 #define isl_genX(x) __PASTE(isl_, genX(x)) 205 #ifdef genX 208 # define genX(x) gen4_##x macro 210 # undef genX 211 # define genX(x) gen5_##x macro 213 # undef genX 214 # define genX(x) gen6_##x macro 216 # undef genX 217 # define genX( macro 220 # define genX macro 223 # define genX macro 226 # define genX macro 229 # define genX macro 232 # define genX macro [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | genX_state_upload.c | 104 genX(upload_polygon_stipple)(struct brw_context *brw) function in typeref:typename:void 130 static const struct brw_tracked_state genX(polygon_stipple) = { 136 .emit = genX(upload_polygon_stipple), 143 genX(upload_polygon_stipple_offset)(struct brw_context *brw) function in typeref:typename:void 167 static const struct brw_tracked_state genX(polygon_stipple_offset) = { 173 .emit = genX(upload_polygon_stipple_offset), 180 genX(upload_line_stipple)(struct brw_context *brw) function in typeref:typename:void 195 static const struct brw_tracked_state genX(line_stipple) = { 200 .emit = genX(upload_line_stipple), 205 genX(upload_drawing_rec function in typeref:typename:void 228 genX(emit_vertex_buffer_state)(struct brw_context *brw, function in typeref:typename:uint32_t * 458 genX(emit_vertices)(struct brw_context *brw) function in typeref:typename:void 857 genX(emit_index_buffer)(struct brw_context *brw) function in typeref:typename:void 902 genX(upload_cut_index)(struct brw_context *brw) function in typeref:typename:void 922 genX(upload_vf_statistics)(struct brw_context *brw) function in typeref:typename:void 958 genX(get_attr_override)(struct GENX(SF_OUTPUT_ATTRIBUTE_DETAIL) *attr, function in typeref:typename:void 1052 genX(calculate_attr_overrides)(const struct brw_context *brw, function in typeref:typename:void 1235 genX(upload_depth_stencil_state)(struct brw_context *brw) function in typeref:typename:void 1280 genX(upload_clip_state)(struct brw_context *brw) function in typeref:typename:void 1378 genX(upload_clip_state)(struct brw_context *brw) function in typeref:typename:void 1510 genX(upload_sf)(struct brw_context *brw) function in typeref:typename:void 1787 genX(upload_wm)(struct brw_context *brw) function in typeref:typename:void 2121 genX(upload_vs_state)(struct brw_context *brw) function in typeref:typename:void 2253 genX(upload_cc_viewport)(struct brw_context *brw) function in typeref:typename:void 2355 genX(upload_scissor_state)(struct brw_context *brw) function in typeref:typename:void 2414 genX(upload_sf_clip_viewport)(struct brw_context *brw) function in typeref:typename:void 2554 genX(upload_gs_state)(struct brw_context *brw) function in typeref:typename:void 2931 genX(upload_blend_state)(struct brw_context *brw) function in typeref:typename:void 3080 genX(upload_push_constant_packets)(struct brw_context *brw) function in typeref:typename:void 3190 genX(upload_vs_push_constants)(struct brw_context *brw) function in typeref:typename:void 3215 genX(upload_gs_push_constants)(struct brw_context *brw) function in typeref:typename:void 3241 genX(upload_wm_push_constants)(struct brw_context *brw) function in typeref:typename:void 3268 genX(determine_sample_mask)(struct brw_context *brw) function in typeref:typename:unsigned 3300 genX(emit_3dstate_multisample2)(struct brw_context *brw, function in typeref:typename:void 3332 genX(upload_multisample_state)(struct brw_context *brw) function in typeref:typename:void 3358 genX(upload_color_calc_state)(struct brw_context *brw) function in typeref:typename:void 3436 genX(upload_color_calc_and_blend_state)(struct brw_context *brw) function in typeref:typename:void 3465 genX(upload_sbe)(struct brw_context *brw) function in typeref:typename:void 3577 genX(upload_3dstate_so_decl_list)(struct brw_context *brw, function in typeref:typename:void 3668 genX(upload_3dstate_so_buffers)(struct brw_context *brw) function in typeref:typename:void 3745 genX(upload_3dstate_streamout)(struct brw_context *brw, bool active, function in typeref:typename:void 3812 genX(upload_sol)(struct brw_context *brw) function in typeref:typename:void 3850 genX(upload_ps)(struct brw_context *brw) function in typeref:typename:void 4014 genX(upload_hs_state)(struct brw_context *brw) function in typeref:typename:void 4057 genX(upload_ds_state)(struct brw_context *brw) function in typeref:typename:void 4143 genX(upload_tes_push_constants)(struct brw_context *brw) function in typeref:typename:void 4166 genX(upload_tcs_push_constants)(struct brw_context *brw) function in typeref:typename:void 4196 genX(upload_cs_push_constants)(struct brw_context *brw) function in typeref:typename:void 4229 genX(upload_cs_pull_constants)(struct brw_context *brw) function in typeref:typename:void 4258 genX(upload_cs_state)(struct brw_context *brw) function in typeref:typename:void 4482 genX(emit_gpgpu_walker)(struct brw_context *brw) function in typeref:typename:void 4518 genX(upload_raster)(struct brw_context *brw) function in typeref:typename:void 4655 genX(upload_ps_extra)(struct brw_context *brw) function in typeref:typename:void 4744 genX(upload_ps_blend)(struct brw_context *brw) function in typeref:typename:void 4870 genX(emit_vf_topology)(struct brw_context *brw) function in typeref:typename:void 4891 genX(emit_mi_report_perf_count)(struct brw_context *brw, function in typeref:typename:void 4909 genX(emit_sampler_state_pointers_xs)(UNUSED struct brw_context *brw, function in typeref:typename:void 4948 genX(upload_default_color)(struct brw_context *brw, function in typeref:typename:void 5186 genX(update_sampler_state)(struct brw_context *brw, function in typeref:typename:void 5376 genX(upload_sampler_state_table)(struct brw_context *brw, function in typeref:typename:void 5420 genX(upload_fs_samplers)(struct brw_context *brw) function in typeref:typename:void 5438 genX(upload_vs_samplers)(struct brw_context *brw) function in typeref:typename:void 5457 genX(upload_gs_samplers)(struct brw_context *brw) function in typeref:typename:void 5481 genX(upload_tcs_samplers)(struct brw_context *brw) function in typeref:typename:void 5504 genX(upload_tes_samplers)(struct brw_context *brw) function in typeref:typename:void 5527 genX(upload_cs_samplers)(struct brw_context *brw) function in typeref:typename:void 5552 static void genX(upload_blend_constant_color)(struct brw_context *brw) function in typeref:typename:void 5577 genX(init_atoms)(struct brw_context *brw) function in typeref:typename:void [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | genX_state_upload.c | 110 genX(upload_polygon_stipple)(struct brw_context *brw) function in typeref:typename:void 136 static const struct brw_tracked_state genX(polygon_stipple) = { 142 .emit = genX(upload_polygon_stipple), 149 genX(upload_polygon_stipple_offset)(struct brw_context *brw) function in typeref:typename:void 173 static const struct brw_tracked_state genX(polygon_stipple_offset) = { 179 .emit = genX(upload_polygon_stipple_offset), 186 genX(upload_line_stipple)(struct brw_context *brw) function in typeref:typename:void 201 static const struct brw_tracked_state genX(line_stipple) = { 206 .emit = genX(upload_line_stipple), 211 genX(upload_drawing_rec function in typeref:typename:void 234 genX(emit_vertex_buffer_state)(struct brw_context *brw, function in typeref:typename:uint32_t * 464 genX(emit_vertices)(struct brw_context *brw) function in typeref:typename:void 865 genX(emit_index_buffer)(struct brw_context *brw) function in typeref:typename:void 910 genX(upload_cut_index)(struct brw_context *brw) function in typeref:typename:void 932 genX(upload_vf_statistics)(struct brw_context *brw) function in typeref:typename:void 968 genX(get_attr_override)(struct GENX(SF_OUTPUT_ATTRIBUTE_DETAIL) *attr, function in typeref:typename:void 1062 genX(calculate_attr_overrides)(const struct brw_context *brw, function in typeref:typename:void 1245 genX(upload_depth_stencil_state)(struct brw_context *brw) function in typeref:typename:void 1290 genX(upload_clip_state)(struct brw_context *brw) function in typeref:typename:void 1388 genX(upload_clip_state)(struct brw_context *brw) function in typeref:typename:void 1520 genX(upload_sf)(struct brw_context *brw) function in typeref:typename:void 1797 genX(upload_wm)(struct brw_context *brw) function in typeref:typename:void 2138 genX(upload_vs_state)(struct brw_context *brw) function in typeref:typename:void 2270 genX(upload_cc_viewport)(struct brw_context *brw) function in typeref:typename:void 2372 genX(upload_scissor_state)(struct brw_context *brw) function in typeref:typename:void 2516 genX(upload_sf_clip_viewport)(struct brw_context *brw) function in typeref:typename:void 2656 genX(upload_gs_state)(struct brw_context *brw) function in typeref:typename:void 3032 genX(upload_blend_state)(struct brw_context *brw) function in typeref:typename:void 3181 genX(upload_push_constant_packets)(struct brw_context *brw) function in typeref:typename:void 3291 genX(upload_vs_push_constants)(struct brw_context *brw) function in typeref:typename:void 3316 genX(upload_gs_push_constants)(struct brw_context *brw) function in typeref:typename:void 3342 genX(upload_wm_push_constants)(struct brw_context *brw) function in typeref:typename:void 3369 genX(determine_sample_mask)(struct brw_context *brw) function in typeref:typename:unsigned 3401 genX(emit_3dstate_multisample2)(struct brw_context *brw, function in typeref:typename:void 3433 genX(upload_multisample_state)(struct brw_context *brw) function in typeref:typename:void 3459 genX(upload_color_calc_state)(struct brw_context *brw) function in typeref:typename:void 3537 genX(upload_sbe)(struct brw_context *brw) function in typeref:typename:void 3649 genX(upload_3dstate_so_decl_list)(struct brw_context *brw, function in typeref:typename:void 3740 genX(upload_3dstate_so_buffers)(struct brw_context *brw) function in typeref:typename:void 3817 genX(upload_3dstate_streamout)(struct brw_context *brw, bool active, function in typeref:typename:void 3884 genX(upload_sol)(struct brw_context *brw) function in typeref:typename:void 3922 genX(upload_ps)(struct brw_context *brw) function in typeref:typename:void 4092 genX(upload_hs_state)(struct brw_context *brw) function in typeref:typename:void 4130 genX(upload_ds_state)(struct brw_context *brw) function in typeref:typename:void 4216 genX(upload_tes_push_constants)(struct brw_context *brw) function in typeref:typename:void 4239 genX(upload_tcs_push_constants)(struct brw_context *brw) function in typeref:typename:void 4269 genX(upload_cs_push_constants)(struct brw_context *brw) function in typeref:typename:void 4302 genX(upload_cs_pull_constants)(struct brw_context *brw) function in typeref:typename:void 4331 genX(upload_cs_state)(struct brw_context *brw) function in typeref:typename:void 4553 genX(emit_gpgpu_walker)(struct brw_context *brw) function in typeref:typename:void 4596 genX(upload_raster)(struct brw_context *brw) function in typeref:typename:void 4733 genX(upload_ps_extra)(struct brw_context *brw) function in typeref:typename:void 4822 genX(upload_ps_blend)(struct brw_context *brw) function in typeref:typename:void 4948 genX(emit_vf_topology)(struct brw_context *brw) function in typeref:typename:void 4969 genX(emit_mi_report_perf_count)(struct brw_context *brw, function in typeref:typename:void 4987 genX(emit_sampler_state_pointers_xs)(MAYBE_UNUSED struct brw_context *brw, function in typeref:typename:void 5026 genX(upload_default_color)(struct brw_context *brw, function in typeref:typename:void 5263 genX(update_sampler_state)(struct brw_context *brw, function in typeref:typename:void 5453 genX(upload_sampler_state_table)(struct brw_context *brw, function in typeref:typename:void 5497 genX(upload_fs_samplers)(struct brw_context *brw) function in typeref:typename:void 5515 genX(upload_vs_samplers)(struct brw_context *brw) function in typeref:typename:void 5534 genX(upload_gs_samplers)(struct brw_context *brw) function in typeref:typename:void 5558 genX(upload_tcs_samplers)(struct brw_context *brw) function in typeref:typename:void 5581 genX(upload_tes_samplers)(struct brw_context *brw) function in typeref:typename:void 5604 genX(upload_cs_samplers)(struct brw_context *brw) function in typeref:typename:void 5629 static void genX(upload_blend_constant_color)(struct brw_context *brw) function in typeref:typename:void 5654 genX(init_atoms)(struct brw_context *brw) function in typeref:typename:void [all...] |
| H A D | genX_pipe_control.c | 83 genX(emit_raw_pipe_control)(struct brw_context *brw, uint32_t flags, function in typeref:typename:void 119 genX(emit_raw_pipe_control)(brw, 0, NULL, 0, 0); 132 genX(emit_raw_pipe_control)(brw, PIPE_CONTROL_CS_STALL, NULL, 0, 0);
|