Home
last modified time | relevance | path

Searched refs:index_shift (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvqavideo.c329 int index_shift; in vqa_decode_chunk() local
481 index_shift = 4; in vqa_decode_chunk()
483 index_shift = 3; in vqa_decode_chunk()
496 vector_index <<= index_shift; in vqa_decode_chunk()
515 vector_index <<= index_shift; in vqa_decode_chunk()
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_index_material.txt64 Then the fixed-point value is shifted by |index_shift| bits, left
65 if index_shift is > 0 and right otherwise. In either case the
67 is added to the index. index_shift and index_offset are set using
/third_party/openGLES/extensions/EXT/
DEXT_index_material.txt64 Then the fixed-point value is shifted by |index_shift| bits, left
65 if index_shift is > 0 and right otherwise. In either case the
67 is added to the index. index_shift and index_offset are set using
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_address.c285 ins->load_store.index_shift = match.shift; in mir_set_offset()
304 ins->load_store.index_shift = match.shift; in mir_set_ubo_offset()
Ddisassemble.c1421 if (word->index_shift) in print_load_store_instr()
1422 fprintf(fp, " << %u", word->index_shift); in print_load_store_instr()
1449 if (word->index_shift) in print_load_store_instr()
1450 fprintf(fp, " << %u", word->index_shift); in print_load_store_instr()
1486 if (word->index_shift) in print_load_store_instr()
1487 fprintf(fp, " << %u", word->index_shift); in print_load_store_instr()
1508 unsigned format_specifier = (word->signed_offset << 4) | word->index_shift; in print_load_store_instr()
Dmidgard.h769 unsigned index_shift : 4; member
Dmidgard_compile.c1232 ins.load_store.index_shift = indirect_shift; in emit_ubo_read()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_cmd_buffer.c1930 uint32_t index_size, index_shift, restart_index; in tu_CmdBindIndexBuffer() local
1935 index_shift = 1; in tu_CmdBindIndexBuffer()
1940 index_shift = 2; in tu_CmdBindIndexBuffer()
1945 index_shift = 0; in tu_CmdBindIndexBuffer()
1959 cmd->state.max_index_count = (buf->size - offset) >> index_shift; in tu_CmdBindIndexBuffer()