Searched refs:oob (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmizerarc.c82 static miZeroArcPtRec oob = {65536, 65536, 0}; variable in typeref:typename:miZeroArcPtRec
176 info->start = oob;
177 info->end = oob;
226 info->start = oob;
227 info->end = oob;
344 info->end = oob;
349 info->start = oob;
361 info->altstart = oob;
374 info->altend = oob;
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmizerarc.c81 static miZeroArcPtRec oob = { 65536, 65536, 0 }; variable in typeref:typename:miZeroArcPtRec
169 info->start = oob;
170 info->end = oob;
213 info->start = oob;
214 info->end = oob;
315 info->end = oob;
319 info->start = oob;
330 info->altstart = oob;
342 info->altend = oob;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.1.9.rst62 - nir/lower_io: Eliminate oob writes and return zero for oob reads
H A D21.2.0.rst1415 - ir3/parser: Fix oob write with immediates array
1418 - ir3: Prevent oob writes to inputs/outputs array
3915 - gallivm: fix oob imageLoad with formats that have <4 components
4011 - zink: add oob asserts for descriptor set ref setting
H A D20.2.0.rst1328 - nir/lower_io: Eliminate oob writes and return zero for oob reads
H A D20.3.0.rst1239 - nir/lower_io: Eliminate oob writes and return zero for oob reads
H A D21.1.0.rst1332 - ir3: Prevent oob writes to inputs/outputs array
1444 - ir3: fix oob access to regs array for getbuf,getinfo,rgetinfo
H A D21.0.0.rst2493 - radv: avoid oob read during clear
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dstreamout_jit.cpp54 // @brief checks if streamout buffer is oob
56 Value* oob(const STREAMOUT_COMPILE_STATE& state, Value* pSoCtx, uint32_t buffer) function in struct:StreamOutJit
75 // buffer is considered oob if in use in a decl but not enabled
78 // buffer is oob if cannot fit a prims worth of verts
203 oobMask = OR(oobMask, oob(state, pSoCtx, buffer));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dstreamout_jit.cpp54 // @brief checks if streamout buffer is oob
56 Value* oob(const STREAMOUT_COMPILE_STATE& state, Value* pSoCtx, uint32_t buffer) function in struct:StreamOutJit
75 // buffer is considered oob if in use in a decl but not enabled
78 // buffer is oob if cannot fit a prims worth of verts
203 oobMask = OR(oobMask, oob(state, pSoCtx, buffer));
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_indirect_draw.c869 nir_ssa_def *oob = local in function:get_instance_size
876 nir_bcsel(b, oob, nir_imm_int(b, UINT32_MAX), data));
878 nir_bcsel(b, oob, nir_imm_int(b, 0), data));
897 nir_ssa_def *oob = nir_uge(b, nir_imm_int(b, i), remaining); local in function:get_instance_size
901 nir_bcsel(b, oob, nir_imm_int(b, UINT32_MAX), data));
903 nir_bcsel(b, oob, nir_imm_int(b, 0), data));
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_split_vars.c1299 bool oob = false; local in function:vec_deref_is_oob
1307 oob = true;
1314 return oob;
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_split_vars.c1441 bool oob = false; local in function:vec_deref_is_oob
1449 oob = true;
1456 return oob;
/xsrc/external/mit/MesaLib.old/dist/src/intel/blorp/
H A Dblorp_blit.c156 nir_ssa_def *oob = nir_ior(b, nir_ior(b, c0, c1), nir_ior(b, c2, c3)); local in function:blorp_nir_discard_if_outside_rect
160 discard->src[0] = nir_src_for_ssa(oob);

Completed in 48 milliseconds