HomeSort by: relevance | last modified time | path
    Searched defs:num_words (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
nir_to_spirv.h 41 size_t num_words; member in struct:spirv_shader
spirv_builder.h 39 size_t num_words, room; member in struct:spirv_buffer
454 size_t num_words, uint32_t spirv_version);
nir_to_spirv.c 4165 size_t num_words = spirv_builder_get_num_words(&ctx.builder); local
4171 ret->words = ralloc_size(ret, sizeof(uint32_t) * num_words);
4175 ret->num_words = spirv_builder_get_words(&ctx.builder, ret->words, num_words, spirv_version);
4176 assert(ret->num_words == num_words);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
tileset.h 60 size_t num_words = (m_maxSet + BITS_OFFSET) / BITS_PER_WORD; local
61 memset(m_bits, 0, sizeof(size_t) * num_words);
84 size_t num_words = new_size / BITS_PER_WORD; local
85 size_t* newBits = (size_t*)AlignedMalloc(sizeof(size_t) * num_words, 64);
91 num_words -= copy_words;
100 memset(&m_bits[copy_words], 0, sizeof(size_t) * num_words);
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_repair_ssa.c 40 const unsigned num_words = BITSET_WORDS(state->impl->num_blocks); local
45 state->def_set = ralloc_array(NULL, BITSET_WORD, num_words);
52 memset(state->def_set, 0, num_words * sizeof(*state->def_set));
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
nir_repair_ssa.c 40 const unsigned num_words = BITSET_WORDS(state->impl->num_blocks); local
45 state->def_set = ralloc_array(NULL, BITSET_WORD, num_words);
52 memset(state->def_set, 0, num_words * sizeof(*state->def_set));
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
disassemble.c 688 unsigned num_words = 2 + num_fields; local
697 num_words += 3;
707 num_words += 2;
717 num_words += 3;
727 num_words += 2;
737 num_words += 3;
743 num_words += 1;
749 num_words += 3;
752 if (num_quad_words > (num_words + 7) / 8) {
753 assert(num_quad_words == (num_words + 15) / 8)
1081 unsigned num_words = size \/ 4; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
disassemble.c 1177 unsigned num_words = 2 + num_fields; local
1182 num_words += 3;
1185 num_words += 2;
1188 num_words += 3;
1191 num_words += 2;
1194 num_words += 3;
1197 num_words += 1;
1200 num_words += 3;
1202 if (num_quad_words > (num_words + 7) / 8) {
1203 assert(num_quad_words == (num_words + 15) / 8)
1898 unsigned num_words = size \/ 4; local
    [all...]

Completed in 11 milliseconds