Home
last modified time | relevance | path

Searched defs:num_dwords (Results 1 – 20 of 20) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_transfer_queue.h40 uint32_t num_dwords; member
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_csb.c211 void *pvr_csb_alloc_dwords(struct pvr_csb *csb, uint32_t num_dwords) in pvr_csb_alloc_dwords()
/third_party/mesa3d/src/intel/vulkan/
Dgfx7_cmd_buffer.c293 uint32_t num_dwords = GENX(BLEND_STATE_length) + in genX() local
Dgfx8_cmd_buffer.c691 uint32_t num_dwords = GENX(BLEND_STATE_length) + in genX() local
DgenX_pipeline.c116 const uint32_t num_dwords = 1 + total_elems * 2; in emit_vertex_input() local
DgenX_cmd_buffer.c1070 const unsigned num_dwords = GFX_VER >= 10 ? in init_fast_clear_color() local
3289 const uint32_t num_dwords = 2 + 2 * buffer_count; in cmd_buffer_emit_push_constant_all() local
3821 const uint32_t num_dwords = 1 + num_buffers * 4; in genX() local
Danv_batch_chain.c280 anv_batch_emit_dwords(struct anv_batch *batch, int num_dwords) in anv_batch_emit_dwords()
/third_party/mesa3d/src/intel/blorp/
Dblorp_genX_exec.h422 const unsigned num_dwords = 1 + num_vbs * GENX(VERTEX_BUFFER_STATE_length); in blorp_emit_vertex_buffers() local
571 const unsigned num_dwords = in blorp_emit_vertex_elements() local
1919 const unsigned num_dwords = GENX(MI_ATOMIC_length) + inlinedata_dw; in blorp_update_clear_color() local
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_genx_macros.h111 #define iris_emit_merge(batch, dwords0, dwords1, num_dwords) \ argument
Diris_state.c5725 const uint32_t num_dwords = 2 + 2 * n; in emit_push_constant_packet_all() local
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_genx_macros.h116 #define crocus_emit_merge(batch, dwords0, dwords1, num_dwords) \ argument
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_test_dma_perf.c202 unsigned num_dwords = size / 4; in si_test_dma_perf() local
Dsi_compute_blit.c281 unsigned num_dwords = size / 4; in si_compute_clear_buffer_rmw() local
367 unsigned num_dwords = size / 4; in si_compute_do_clear_or_copy() local
Dsi_sqtt.c776 const void *data, uint32_t num_dwords) in si_emit_thread_trace_userdata()
Dsi_descriptors.c1894 unsigned num_dwords) in si_upload_bindless_descriptor()
/third_party/mesa3d/src/amd/vulkan/
Dradv_sqtt.c339 uint32_t num_dwords) in radv_emit_thread_trace_userdata()
/third_party/mesa3d/src/intel/common/tests/
Dmi_builder_test.cpp291 mi_builder_test::emit_dwords(int num_dwords) in emit_dwords()
377 __gen_get_batch_dwords(mi_builder_test *test, unsigned num_dwords) in __gen_get_batch_dwords()
/third_party/mesa3d/src/intel/compiler/
Dbrw_eu.h820 unsigned num_dwords, in brw_dp_oword_block_rw_desc()
865 unsigned num_dwords, in brw_dp_a64_oword_block_rw_desc()
/third_party/mesa3d/src/amd/common/
Dsid.h216 #define EOP_DATA_GDS(dw_offset, num_dwords) ((dw_offset) | ((unsigned)(num_dwords) << 16)) argument
/third_party/mesa3d/src/intel/common/
Dmi_builder.h689 unsigned num_dwords) in _mi_builder_push_math()