Searched refs:index_shift (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | vqavideo.c | 329 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/ |
D | EXT_index_material.txt | 64 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/ |
D | EXT_index_material.txt | 64 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/ |
D | midgard_address.c | 285 ins->load_store.index_shift = match.shift; in mir_set_offset() 304 ins->load_store.index_shift = match.shift; in mir_set_ubo_offset()
|
D | disassemble.c | 1421 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()
|
D | midgard.h | 769 unsigned index_shift : 4; member
|
D | midgard_compile.c | 1232 ins.load_store.index_shift = indirect_shift; in emit_ubo_read()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_cmd_buffer.c | 1930 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()
|