Home
last modified time | relevance | path

Searched defs:const_bytes (Results 1 – 21 of 21) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_llvm/src/
H A Dcommon.rs105 pub fn const_bytes(&self, bytes: &[u8]) -> &'ll Value { in const_bytes() method
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_pipeline_llvm.c427 unsigned const_bytes = sizes[idx]; in get_num_consts_robust() local
/dports/lang/clover/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_pipeline_llvm.c427 unsigned const_bytes = sizes[idx]; in get_num_consts_robust() local
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_pipeline_llvm.c427 unsigned const_bytes = sizes[idx]; in get_num_consts_robust() local
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_pipeline_llvm.c427 unsigned const_bytes = sizes[idx]; in get_num_consts_robust() local
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_pipeline_llvm.c427 unsigned const_bytes = sizes[idx]; in get_num_consts_robust() local
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_pipeline_llvm.c427 unsigned const_bytes = sizes[idx]; in get_num_consts_robust() local
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_pipeline_llvm.c427 unsigned const_bytes = sizes[idx]; in get_num_consts_robust() local
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_pipeline_llvm.c427 unsigned const_bytes = sizes[idx]; in get_num_consts_robust() local
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_pipeline_llvm.c427 unsigned const_bytes = sizes[idx]; in get_num_consts_robust() local
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_pipeline_llvm.c427 unsigned const_bytes = sizes[idx]; in get_num_consts_robust() local
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_pipeline_llvm.c427 unsigned const_bytes = sizes[idx]; in get_num_consts_robust() local
/dports/print/ghostscript8-base/ghostscript-8.71/psi/
H A Diref.h388 const byte *const_bytes; member
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Diref.h449 const byte *const_bytes; member
/dports/print/ghostscript8-x11/ghostscript-8.71/psi/
H A Diref.h388 const byte *const_bytes; member
/dports/print/ghostscript9-base/ghostscript-9.06/psi/
H A Diref.h390 const byte *const_bytes; member
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Diref.h449 const byte *const_bytes; member
/dports/print/ghostscript9-x11/ghostscript-9.06/psi/
H A Diref.h390 const byte *const_bytes; member
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/psi/
H A Diref.h431 const byte *const_bytes; member
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/psi/
H A Diref.h431 const byte *const_bytes; member
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_gcc/src/
H A Dcommon.rs26 pub fn const_bytes(&self, bytes: &[u8]) -> RValue<'gcc> { in const_bytes() method