/external/mesa3d/src/intel/vulkan/ |
D | anv_genX.h | 39 extern const uint32_t genX(vk_to_gen_cullmode)[]; 41 extern const uint32_t genX(vk_to_gen_front_face)[]; 43 extern const uint32_t genX(vk_to_gen_primitive_type)[]; 45 extern const uint32_t genX(vk_to_gen_compare_op)[]; 47 extern const uint32_t genX(vk_to_gen_stencil_op)[]; 49 VkResult genX(init_device_state)(struct anv_device *device); 51 void genX(cmd_buffer_emit_state_base_address)(struct anv_cmd_buffer *cmd_buffer); 53 void genX(cmd_buffer_apply_pipe_flushes)(struct anv_cmd_buffer *cmd_buffer); 55 void genX(cmd_buffer_emit_gen7_depth_flush)(struct anv_cmd_buffer *cmd_buffer); 57 void genX(cmd_buffer_set_binding_for_gen8_vb_flush)(struct anv_cmd_buffer *cmd_buffer, [all …]
|
D | gen8_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 452 .CullMode = genX(vk_to_gen_cullmode)[d->cull_mode], in genX() 453 .FrontWinding = genX(vk_to_gen_front_face)[d->front_face], in genX() 514 .DepthTestFunction = genX(vk_to_gen_compare_op)[d->depth_compare_op], in genX() 516 .StencilFailOp = genX(vk_to_gen_stencil_op)[d->stencil_op.front.fail_op], in genX() 517 .StencilPassDepthPassOp = genX(vk_to_gen_stencil_op)[d->stencil_op.front.pass_op], in genX() 518 .StencilPassDepthFailOp = genX(vk_to_gen_stencil_op)[d->stencil_op.front.depth_fail_op], in genX() 519 .StencilTestFunction = genX(vk_to_gen_compare_op)[d->stencil_op.front.compare_op], in genX() 520 .BackfaceStencilFailOp = genX(vk_to_gen_stencil_op)[d->stencil_op.back.fail_op], in genX() [all …]
|
D | gen7_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 223 .FrontWinding = genX(vk_to_gen_front_face)[d->front_face], in genX() 224 .CullMode = genX(vk_to_gen_cullmode)[d->cull_mode], in genX() 285 .DepthTestFunction = genX(vk_to_gen_compare_op)[d->depth_compare_op], in genX() 287 .StencilFailOp = genX(vk_to_gen_stencil_op)[d->stencil_op.front.fail_op], in genX() 288 .StencilPassDepthPassOp = genX(vk_to_gen_stencil_op)[d->stencil_op.front.pass_op], in genX() 289 .StencilPassDepthFailOp = genX(vk_to_gen_stencil_op)[d->stencil_op.front.depth_fail_op], in genX() 290 .StencilTestFunction = genX(vk_to_gen_compare_op)[d->stencil_op.front.compare_op], in genX() 291 .BackfaceStencilFailOp = genX(vk_to_gen_stencil_op)[d->stencil_op.back.fail_op], in genX() [all …]
|
D | genX_blorp_exec.c | 168 genX(cmd_buffer_set_binding_for_gen8_vb_flush)(cmd_buffer, in blorp_vf_invalidate_for_vb_48b_transitions() 172 genX(cmd_buffer_apply_pipe_flushes)(cmd_buffer); in blorp_vf_invalidate_for_vb_48b_transitions() 178 genX(cmd_buffer_update_dirty_vbs_for_gen8_vb_flush)(cmd_buffer, SEQUENTIAL, in blorp_vf_invalidate_for_vb_48b_transitions() 208 genX(blorp_exec)(struct blorp_batch *batch, in genX() function 216 genX(cmd_buffer_config_l3)(cmd_buffer, cfg); in genX() 220 genX(cmd_buffer_emit_hashing_mode)(cmd_buffer, params->x1 - params->x0, in genX() 247 genX(cmd_buffer_apply_pipe_flushes)(cmd_buffer); in genX() 249 genX(flush_pipeline_select_3d)(cmd_buffer); in genX() 251 genX(cmd_buffer_emit_gen7_depth_flush)(cmd_buffer); in genX() 256 genX(cmd_buffer_enable_pma_fix)(cmd_buffer, false); in genX()
|
D | genX_cmd_buffer.c | 46 static void genX(flush_pipeline_select)(struct anv_cmd_buffer *cmd_buffer, 59 genX(cmd_buffer_emit_state_base_address)(struct anv_cmd_buffer *cmd_buffer) in genX() function 104 genX(flush_pipeline_select_3d)(cmd_buffer); in genX() 200 genX(flush_pipeline_select)(cmd_buffer, gen12_wa_pipeline); in genX() 479 genX(cmd_buffer_apply_pipe_flushes)(cmd_buffer); in anv_image_init_aux_tt() 958 genX(cmd_buffer_mark_image_written)(struct anv_cmd_buffer *cmd_buffer, in genX() function 1037 genX(copy_fast_clear_dwords)(struct anv_cmd_buffer *cmd_buffer, in genX() function 1074 genX(cmd_buffer_apply_pipe_flushes)(cmd_buffer); in genX() 1389 genX(cmd_buffer_setup_attachments)(struct anv_cmd_buffer *cmd_buffer, in genX() function 1506 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_gen8_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() 155 genX(emit_urb_setup)(cmd_buffer->device, &cmd_buffer->batch, in genX() 245 genX(cmd_buffer_update_dirty_vbs_for_gen8_vb_flush)(cmd_buffer, SEQUENTIAL, in genX()
|
D | genX_query.c | 61 VkResult genX(CreateQueryPool)( in genX() function 210 void genX(DestroyQueryPool)( in genX() function 395 VkResult genX(GetQueryPoolResults)( in genX() function 587 genX(cmd_buffer_apply_pipe_flushes)(cmd_buffer); in emit_ps_depth_count() 614 genX(cmd_buffer_apply_pipe_flushes)(cmd_buffer); in emit_query_pc_availability() 695 void genX(CmdResetQueryPool)( in genX() function 755 void genX(ResetQueryPool)( in genX() function 815 void genX(CmdBeginQuery)( in genX() function 821 genX(CmdBeginQueryIndexedEXT)(commandBuffer, queryPool, query, flags, 0); in genX() 824 void genX(CmdBeginQueryIndexedEXT)( in genX() function [all …]
|
D | genX_pipeline.c | 265 genX(emit_urb_setup)(struct anv_device *device, struct anv_batch *batch, in genX() function 320 genX(emit_urb_setup)(pipeline->base.device, &pipeline->base.batch, in emit_urb_setup() 559 const uint32_t genX(vk_to_gen_cullmode)[] = { 566 const uint32_t genX(vk_to_gen_fillmode)[] = { 572 const uint32_t genX(vk_to_gen_front_face)[] = { 684 0 : genX(vk_to_gen_front_face)[rs_info->frontFace]; in emit_rs_state() 687 0 : genX(vk_to_gen_cullmode)[rs_info->cullMode]; in emit_rs_state() 689 raster.FrontFaceFillMode = genX(vk_to_gen_fillmode)[rs_info->polygonMode]; in emit_rs_state() 690 raster.BackFaceFillMode = genX(vk_to_gen_fillmode)[rs_info->polygonMode]; in emit_rs_state() 846 const uint32_t genX(vk_to_gen_compare_op)[] = { [all …]
|
D | genX_state.c | 40 genX(emit_slice_hashing_state)(struct anv_device *device, in genX() function 113 genX(init_device_state)(struct anv_device *device) in genX() function 225 genX(emit_slice_hashing_state)(device, &batch); in genX() 385 VkResult genX(CreateSampler)( in genX() function
|
D | anv_private.h | 4580 #ifdef genX 4583 # define genX(x) gen7_##x 4585 # undef genX 4586 # define genX(x) gen75_##x 4588 # undef genX 4589 # define genX(x) gen8_##x 4591 # undef genX 4592 # define genX(x) gen9_##x 4594 # undef genX 4595 # define genX(x) gen11_##x [all …]
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | genX_state_upload.c | 103 genX(upload_polygon_stipple)(struct brw_context *brw) in genX() function 129 static const struct brw_tracked_state genX(polygon_stipple) = { 135 .emit = genX(upload_polygon_stipple), 142 genX(upload_polygon_stipple_offset)(struct brw_context *brw) in genX() function 166 static const struct brw_tracked_state genX(polygon_stipple_offset) = { 172 .emit = genX(upload_polygon_stipple_offset), 179 genX(upload_line_stipple)(struct brw_context *brw) in genX() function 194 static const struct brw_tracked_state genX(line_stipple) = { 199 .emit = genX(upload_line_stipple), 204 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 | 283 genX(blorp_exec)(struct blorp_batch *batch, in genX() function
|
/external/mesa3d/src/intel/isl/ |
D | isl_priv.h | 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(x) gen7_##x macro 219 # undef genX [all …]
|
/external/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(update_pma_fix)(struct iris_context *ice, 41 void genX(invalidate_aux_map_state)(struct iris_batch *batch); 44 void genX(init_blorp)(struct iris_context *ice); 47 void genX(init_query)(struct iris_context *ice); 48 void genX(math_add32_gpr0)(struct iris_context *ice, 51 void genX(math_div32_gpr0)(struct iris_context *ice,
|
D | iris_context.h | 955 #ifdef genX 958 # define genX(x) gen4_##x macro 960 # undef genX 961 # define genX(x) gen5_##x macro 963 # undef genX 964 # define genX(x) gen6_##x macro 966 # undef genX 967 # define genX(x) gen7_##x macro 969 # undef genX 970 # define genX(x) gen75_##x macro [all …]
|
D | iris_blorp.c | 292 genX(update_pma_fix)(ice, batch, false); in iris_blorp_exec() 297 genX(emit_hashing_mode)(ice, batch, params->x1 - params->x0, in iris_blorp_exec() 302 genX(invalidate_aux_map_state)(batch); in iris_blorp_exec() 378 genX(init_blorp)(struct iris_context *ice) in genX() function
|
D | iris_state.c | 1596 genX(update_pma_fix)(struct iris_context *ice, in genX() function 5289 genX(invalidate_aux_map_state)(struct iris_batch *batch) in genX() function 6434 genX(update_pma_fix)(ice, batch, enable); in iris_upload_dirty_render_state() 6439 genX(emit_hashing_mode)(ice, batch, UINT_MAX, UINT_MAX, 1); in iris_upload_dirty_render_state() 6442 genX(invalidate_aux_map_state)(batch); in iris_upload_dirty_render_state() 6878 genX(invalidate_aux_map_state)(batch); in iris_upload_compute_state() 7702 genX(emit_hashing_mode)(struct iris_context *ice, struct iris_batch *batch, in genX() function 7794 genX(init_screen_state)(struct iris_screen *screen) in genX() function 7829 genX(init_state)(struct iris_context *ice) in genX() function
|
D | iris_query.c | 875 genX(init_query)(struct iris_context *ice) in genX() function
|
/external/mesa3d/src/intel/genxml/ |
D | gen_macros.h | 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(x) gen11_##x macro 93 # define genX(x) gen12_##x macro
|
/external/deqp/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()
|
/external/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
|
D | 19.1.0.rst | 3308 - i965: Move some genX infrastructure to genX_boilerplate.h.
|