/third_party/mesa3d/src/intel/vulkan/ |
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_flushes)(struct anv_cmd_buffer *cmd_buffer); [all …]
|
D | gfx8_cmd_buffer.c | 131 genX(cmd_buffer_enable_pma_fix)(struct anv_cmd_buffer *cmd_buffer, bool enable) in genX() function 418 genX(cmd_buffer_flush_dynamic_state)(struct anv_cmd_buffer *cmd_buffer) in genX() function 428 topology = genX(vk_to_intel_primitive_type)[d->primitive_topology]; in genX() 477 genX(raster_polygon_mode)(cmd_buffer->state.gfx.pipeline, in genX() 480 genX(rasterization_mode)( in genX() 498 .CullMode = genX(vk_to_intel_cullmode)[d->cull_mode], in genX() 499 .FrontWinding = genX(vk_to_intel_front_face)[d->front_face], in genX() 563 .DepthTestFunction = genX(vk_to_intel_compare_op)[d->depth_compare_op], in genX() 565 .StencilFailOp = genX(vk_to_intel_stencil_op)[d->stencil_op.front.fail_op], in genX() 566 .StencilPassDepthPassOp = genX(vk_to_intel_stencil_op)[d->stencil_op.front.pass_op], in genX() [all …]
|
D | gfx7_cmd_buffer.c | 156 void genX(CmdBindIndexBuffer)( in genX() function 204 genX(cmd_buffer_flush_dynamic_state)(struct anv_cmd_buffer *cmd_buffer) in genX() function 214 topology = genX(vk_to_intel_primitive_type)[d->primitive_topology]; in genX() 238 genX(raster_polygon_mode)(cmd_buffer->state.gfx.pipeline, in genX() 242 genX(ms_rasterization_mode)(pipeline, dynamic_raster_mode); in genX() 253 .FrontWinding = genX(vk_to_intel_front_face)[d->front_face], in genX() 254 .CullMode = genX(vk_to_intel_cullmode)[d->cull_mode], in genX() 319 .DepthTestFunction = genX(vk_to_intel_compare_op)[d->depth_compare_op], in genX() 321 .StencilFailOp = genX(vk_to_intel_stencil_op)[d->stencil_op.front.fail_op], in genX() 322 .StencilPassDepthPassOp = genX(vk_to_intel_stencil_op)[d->stencil_op.front.pass_op], in genX() [all …]
|
D | genX_blorp_exec.c | 213 genX(cmd_buffer_set_binding_for_gfx8_vb_flush)(cmd_buffer, in blorp_vf_invalidate_for_vb_48b_transitions() 217 genX(cmd_buffer_apply_pipe_flushes)(cmd_buffer); in blorp_vf_invalidate_for_vb_48b_transitions() 223 genX(cmd_buffer_update_dirty_vbs_for_gfx8_vb_flush)(cmd_buffer, SEQUENTIAL, in blorp_vf_invalidate_for_vb_48b_transitions() 253 genX(blorp_exec)(struct blorp_batch *batch, in genX() function 265 genX(cmd_buffer_config_l3)(cmd_buffer, cfg); in genX() 269 genX(cmd_buffer_emit_hashing_mode)(cmd_buffer, params->x1 - params->x0, in genX() 289 genX(cmd_buffer_emit_gfx12_depth_wa)(cmd_buffer, ¶ms->depth.surf); in genX() 304 genX(cmd_buffer_apply_pipe_flushes)(cmd_buffer); in genX() 307 genX(flush_pipeline_select_gpgpu)(cmd_buffer); in genX() 309 genX(flush_pipeline_select_3d)(cmd_buffer); in genX() [all …]
|
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) in genX() function 136 genX(flush_pipeline_select_3d)(cmd_buffer); in genX() 232 genX(flush_pipeline_select)(cmd_buffer, gfx12_wa_pipeline); in genX() 521 genX(cmd_buffer_apply_pipe_flushes)(cmd_buffer); in anv_image_init_aux_tt() 999 genX(cmd_buffer_mark_image_written)(struct anv_cmd_buffer *cmd_buffer, in genX() function 1078 genX(copy_fast_clear_dwords)(struct anv_cmd_buffer *cmd_buffer, in genX() function 1117 genX(cmd_buffer_apply_pipe_flushes)(cmd_buffer); in genX() 1532 genX(cmd_buffer_setup_attachments)(struct anv_cmd_buffer *cmd_buffer, in genX() function 1648 genX(cmd_buffer_alloc_att_surf_states)(struct anv_cmd_buffer *cmd_buffer, in genX() function [all …]
|
D | genX_gpu_memcpy.c | 55 genX(cmd_buffer_so_memcpy)(struct anv_cmd_buffer *cmd_buffer, in genX() function 78 genX(cmd_buffer_config_l3)(cmd_buffer, cfg); in genX() 81 genX(cmd_buffer_set_binding_for_gfx8_vb_flush)(cmd_buffer, 32, src, size); in genX() 82 genX(cmd_buffer_apply_pipe_flushes)(cmd_buffer); in genX() 84 genX(flush_pipeline_select_3d)(cmd_buffer); in genX() 158 genX(emit_urb_setup)(cmd_buffer->device, &cmd_buffer->batch, in genX() 248 genX(cmd_buffer_update_dirty_vbs_for_gfx8_vb_flush)(cmd_buffer, SEQUENTIAL, in genX()
|
D | genX_pipeline.c | 267 genX(emit_urb_setup)(struct anv_device *device, struct anv_batch *batch, in genX() function 324 genX(emit_urb_setup)(pipeline->base.device, &pipeline->base.batch, in emit_urb_setup() 457 genX(raster_polygon_mode)(struct anv_graphics_pipeline *pipeline, in genX() function 518 genX(ms_rasterization_mode)(struct anv_graphics_pipeline *pipeline, in genX() function 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, in genX() function 702 genX(raster_polygon_mode)(pipeline, ia_info->topology); in emit_rs_state() 711 genX(rasterization_mode)(raster_mode, pipeline->line_mode, in emit_rs_state() [all …]
|
D | genX_state.c | 79 genX(emit_slice_hashing_state)(struct anv_device *device, in genX() function 198 genX(emit_sample_pattern)(&batch, 0, NULL); in init_render_queue_state() 237 genX(emit_slice_hashing_state)(device, &batch); in init_render_queue_state() 314 genX(emit_l3_config)(&batch, device, cfg); in init_render_queue_state() 326 genX(init_physical_device_state)(ASSERTED struct anv_physical_device *device) in genX() function 332 genX(init_device_state)(struct anv_device *device) in genX() function 355 genX(emit_l3_config)(struct anv_batch *batch, in genX() function 477 genX(emit_multisample)(struct anv_batch *batch, uint32_t samples, in genX() function 534 genX(emit_sample_pattern)(struct anv_batch *batch, uint32_t samples, in genX() function 596 genX(emit_shading_rate)(struct anv_batch *batch, in genX() function [all …]
|
D | genX_query.c | 60 VkResult genX(CreateQueryPool)( in genX() function 234 void genX(DestroyQueryPool)( in genX() function 431 VkResult genX(GetQueryPoolResults)( in genX() function 609 genX(cmd_buffer_apply_pipe_flushes)(cmd_buffer); in emit_ps_depth_count() 636 genX(cmd_buffer_apply_pipe_flushes)(cmd_buffer); in emit_query_pc_availability() 715 void genX(CmdResetQueryPool)( in genX() function 775 void genX(ResetQueryPool)( in genX() function 880 void genX(CmdBeginQuery)( in genX() function 886 genX(CmdBeginQueryIndexedEXT)(commandBuffer, queryPool, query, flags, 0); in genX() 889 void genX(CmdBeginQueryIndexedEXT)( in genX() function [all …]
|
D | anv_private.h | 4819 #ifdef genX 4822 # define genX(x) gfx7_##x 4824 # undef genX 4825 # define genX(x) gfx75_##x 4827 # undef genX 4828 # define genX(x) gfx8_##x 4830 # undef genX 4831 # define genX(x) gfx9_##x 4833 # undef genX 4834 # define genX(x) gfx11_##x [all …]
|
/third_party/mesa3d/src/intel/isl/ |
D | isl_priv.h | 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(x) gfx7_##x macro 219 # undef genX [all …]
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | genX_state_upload.c | 104 genX(upload_polygon_stipple)(struct brw_context *brw) in genX() function 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) in genX() function 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) in genX() function 195 static const struct brw_tracked_state genX(line_stipple) = { 200 .emit = genX(upload_line_stipple), 205 genX(upload_drawing_rect)(struct brw_context *brw) in genX() function [all …]
|
D | genX_pipe_control.c | 83 genX(emit_raw_pipe_control)(struct brw_context *brw, uint32_t flags, in genX() function 119 genX(emit_raw_pipe_control)(brw, 0, NULL, 0, 0); in genX() 132 genX(emit_raw_pipe_control)(brw, PIPE_CONTROL_CS_STALL, NULL, 0, 0); in genX()
|
D | genX_blorp_exec.c | 296 genX(blorp_exec)(struct blorp_batch *batch, in genX() function
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
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_gpr0)(struct iris_context *ice,
|
D | iris_context.h | 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(x) gfx75_##x macro [all …]
|
D | iris_blorp.c | 289 genX(emit_depth_state_workarounds)(ice, batch, ¶ms->depth.surf); in iris_blorp_exec() 304 genX(update_pma_fix)(ice, batch, false); in iris_blorp_exec() 309 genX(emit_hashing_mode)(ice, batch, params->x1 - params->x0, in iris_blorp_exec() 314 genX(invalidate_aux_map_state)(batch); in iris_blorp_exec() 406 genX(init_blorp)(struct iris_context *ice) in genX() function
|
/third_party/mesa3d/src/intel/genxml/ |
D | gen_macros.h | 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(x) gfx11_##x macro 91 # define genX(x) gfx12_##x macro [all …]
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
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);
|
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(x) gfx7_##x macro [all …]
|
D | crocus_blorp.c | 265 genX(crocus_upload_urb)(batch, vs_entry_size, false, vs_entry_size); in blorp_emit_urb_config() 301 genX(crocus_update_pma_fix)(ice, batch, false); in crocus_blorp_exec() 405 genX(crocus_init_blorp)(struct crocus_context *ice) in genX() function
|
D | crocus_query.c | 977 genX(crocus_init_screen_query)(struct crocus_screen *screen) in genX() function 986 genX(crocus_init_query)(struct crocus_context *ice) in genX() function
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemUtils.cpp | 923 deUint64 genX = seed % genM; in fillWithUniqueColors() local 927 if (genX == 0) in fillWithUniqueColors() 928 genX = 1; in fillWithUniqueColors() 938 genX = (genA * genX) % genM; in fillWithUniqueColors() 940 DE_ASSERT(genX != seed); in fillWithUniqueColors() 942 const float r = float(deUint32((genX >> 0) & 0x7F)) / 127.0f; in fillWithUniqueColors() 943 const float g = float(deUint32((genX >> 7) & 0x7F)) / 127.0f; in fillWithUniqueColors() 944 const float b = float(deUint32((genX >> 14) & 0x7F)) / 127.0f; in fillWithUniqueColors()
|
/third_party/mesa3d/docs/relnotes/ |
D | 17.0.3.rst | 147 - anv/genX: Solve the vkCreateGraphicsPipelines crash
|
D | 18.1.3.rst | 93 - meson: fix i965/anv/isl genX static lib names
|