Searched refs:inbounds (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/subgroup_uniform_control_flow/discard/subgroup_reconverge_discard00/ |
D | 2-opt.spvasm | 11 OpName %inbounds "inbounds" 36 %inbounds = OpVariable %_ptr_Function_bool Function 50 OpStore %inbounds %32 51 %33 = OpLoad %bool %inbounds
|
D | 2-opt.wgsl | 6 var inbounds : bool; 18 inbounds = x_32; 19 let x_33 : bool = inbounds;
|
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/subgroup_uniform_control_flow/discard/ |
D | subgroup_reconverge_discard00.amber | 22 bool inbounds = (gl_FragCoord.x < 128 || gl_FragCoord.y < 128); 26 } else if (inbounds) { 32 bool a = (!inbounds && elect); 46 bool inbounds = (gl_FragCoord.x < 128 || gl_FragCoord.y < 128); 47 expect = inbounds ? 1 : -1;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | StratifiedSets.h | 102 assert(inbounds(Index)); in getLink() 110 bool inbounds(StratifiedIndex Idx) const { return Idx < Links.size(); } in inbounds() function 442 assert(inbounds(Idx1) && inbounds(Idx2)); in merge() 463 assert(inbounds(Idx1) && inbounds(Idx2)); in mergeDirect() 512 assert(inbounds(LowerIndex) && inbounds(UpperIndex)); in tryMergeUpwards() 592 bool inbounds(StratifiedIndex N) const { return N < Links.size(); } in inbounds() function
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_internal.h | 178 bool inbounds; member
|
D | dxil_dump.c | 542 if (gep->inbounds) in dump_instr_gep()
|
D | dxil_module.c | 2928 instr->gep.inbounds = true; in dxil_emit_gep_inbounds() 3229 data[1] = instr->gep.inbounds; in emit_gep()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_vX_meta_copy.c | 1278 nir_ssa_def *imgcoords, *inbounds; in panvk_meta_copy_img2buf_shader() local 1286 inbounds = in panvk_meta_copy_img2buf_shader() 1300 inbounds = in panvk_meta_copy_img2buf_shader() 1321 inbounds = in panvk_meta_copy_img2buf_shader() 1334 nir_push_if(&b, inbounds); in panvk_meta_copy_img2buf_shader()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
D | README.txt | 1016 %tmp4 = getelementptr inbounds %struct.anon* %tmp3, i64 %indvar, i32 0 1019 %tmp10 = getelementptr inbounds %struct.anon* %tmp3, i64 %idxprom7, i32 0 1910 %v2.sub = getelementptr inbounds [3 x i32*]* %v2, i64 0, i64 0 1914 %tmp3.i.i.i.i.i = getelementptr inbounds [3 x i32*]* %v2, i64 0, i64 1 1916 %tmp4.i.i.i.i.i = getelementptr inbounds [3 x i32*]* %v2, i64 0, i64 2 1924 %add.ptr.i5.i.i = getelementptr inbounds i32* null, i64 %conv 1942 %add.ptr.i.i.i = getelementptr inbounds i32* %0, i64 %conv
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 568 KEYWORD(inbounds); in LexIdentifier()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | README-SSE.txt | 794 %tmp5 = getelementptr inbounds %struct.float3* %res, i64 0, i32 1 ; <float*> [#uses=1]
|
D | README.txt | 1391 %1 = getelementptr inbounds %struct.B* %a, i64 0, i32 0
|
/third_party/mesa3d/docs/relnotes/ |
D | 22.2.0.rst | 3491 - nir,spirv: Preserve inbounds access information 3492 - nir/nir_lower_io: Optimize 32-bit inbounds access
|