Searched refs:so_vtx_count (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader_llvm_vs.c | 324 LLVMValueRef so_vtx_count = si_unpack_param(ctx, ctx->args.streamout_config, 16, 7); in si_llvm_emit_streamout() local 328 /* can_emit = tid < so_vtx_count; */ in si_llvm_emit_streamout() 329 LLVMValueRef can_emit = LLVMBuildICmp(builder, LLVMIntULT, tid, so_vtx_count, ""); in si_llvm_emit_streamout() 333 * (so_vtx_count) which threads are allowed to emit streamout data. */ in si_llvm_emit_streamout()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_nir_to_llvm.c | 800 LLVMValueRef so_vtx_count = ac_build_bfe( in radv_emit_streamout() local 806 /* can_emit = tid < so_vtx_count; */ in radv_emit_streamout() 807 LLVMValueRef can_emit = LLVMBuildICmp(ctx->ac.builder, LLVMIntULT, tid, so_vtx_count, ""); in radv_emit_streamout() 811 * (so_vtx_count) which threads are allowed to emit streamout data. in radv_emit_streamout()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection.cpp | 11509 Temp so_vtx_count = 11515 Temp can_emit = bld.vopc(aco_opcode::v_cmp_gt_i32, bld.def(bld.lm), so_vtx_count, tid);
|
Completed in 17 milliseconds