HomeSort by relevance Sort by last modified time
    Searched defs:num_dwords (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/intel/blorp/
blorp_genX_exec.h 314 const unsigned num_dwords = 1 + GENX(VERTEX_BUFFER_STATE_length) * 2; local
315 uint32_t *dw = blorp_emitn(batch, GENX(3DSTATE_VERTEX_BUFFERS), num_dwords);
463 const unsigned num_dwords = local
465 uint32_t *dw = blorp_emitn(batch, GENX(3DSTATE_VERTEX_ELEMENTS), num_dwords);
    [all...]
  /external/mesa3d/src/intel/vulkan/
genX_pipeline.c 113 const uint32_t num_dwords = 1 + total_elems * 2; local
114 p = anv_batch_emitn(&pipeline->batch, num_dwords,
118 memset(p + 1, 0, (num_dwords - 1) * 4);
883 const uint32_t num_dwords = GENX(BLEND_STATE_length) + local
    [all...]
genX_cmd_buffer.c 2077 const uint32_t num_dwords = 1 + num_buffers * 4; local
2406 uint32_t num_dwords; local
    [all...]

Completed in 162 milliseconds