Home
last modified time | relevance | path

Searched refs:DstOffset (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_link_xfb.c172 output->DstOffset = xfb_output->offset / 4; in gl_nir_link_assign_xfb_resources()
Dlink_varyings.cpp1388 info->Outputs[info->NumOutputs].DstOffset = xfb_offset; in store()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dgfx6_sol.c58 linked_xfb_info->Outputs[i].DstOffset; in gfx6_update_sol_surfaces()
DgenX_state_upload.c3620 int skip_components = output->DstOffset - next_offset[buffer];
3631 next_offset[buffer] = output->DstOffset + output->NumComponents;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp2183 unsigned DstOffset = BBInfo[MBB->getNumber()].Offset; in optimizeThumb2JumpTables() local
2186 if (ByteOk && (DstOffset - JTOffset) > ((1<<8)-1)*2) in optimizeThumb2JumpTables()
2189 if (HalfWordOk && (DstOffset - JTOffset) > TBHLimit) in optimizeThumb2JumpTables()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_program.c489 so_info->output[i].dst_offset = info->Outputs[i].DstOffset; in st_translate_stream_output_info()
/third_party/mesa3d/src/mesa/main/
Dmtypes.h1831 uint32_t DstOffset; member